GoogleCloudDialogflowCxV3WebhookRequest
import type { GoogleCloudDialogflowCxV3WebhookRequest } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3WebhookRequest {
detectIntentResponseId?: string;
dtmfDigits?: string;
fulfillmentInfo?: GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo;
intentInfo?: GoogleCloudDialogflowCxV3WebhookRequestIntentInfo;
languageCode?: string;
languageInfo?: GoogleCloudDialogflowCxV3LanguageInfo;
messages?: GoogleCloudDialogflowCxV3ResponseMessage[];
pageInfo?: GoogleCloudDialogflowCxV3PageInfo;
payload?: {};
[key: string]: any;
sentimentAnalysisResult?: GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult;
sessionInfo?: GoogleCloudDialogflowCxV3SessionInfo;
text?: string;
transcript?: string;
triggerEvent?: string;
triggerIntent?: string;
}§Properties
§
fulfillmentInfo?: GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo
[src]§
languageInfo?: GoogleCloudDialogflowCxV3LanguageInfo
[src]§
messages?: GoogleCloudDialogflowCxV3ResponseMessage[]
[src]§
pageInfo?: GoogleCloudDialogflowCxV3PageInfo
[src]§
sentimentAnalysisResult?: GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult
[src]§
sessionInfo?: GoogleCloudDialogflowCxV3SessionInfo
[src]