mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
436 B
TypeScript
11 lines
436 B
TypeScript
import * as dialogflow from "dialogflow";
|
|
|
|
const agentsClient = new dialogflow.AgentsClient();
|
|
const contextsClient = new dialogflow.ContextsClient();
|
|
const entityTypesClient = new dialogflow.EntityTypesClient();
|
|
const intentsClient = new dialogflow.IntentsClient();
|
|
const sessionEntityTypesClient = new dialogflow.SessionEntityTypesClient();
|
|
const sessionsClient = new dialogflow.SessionsClient();
|
|
|
|
// TODO: Add real significant tests
|