GoogleCloudDialogflowCxV3DetectIntentRequest
import type { GoogleCloudDialogflowCxV3DetectIntentRequest } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3DetectIntentRequest {
outputAudioConfig?: GoogleCloudDialogflowCxV3OutputAudioConfig;
queryInput?: GoogleCloudDialogflowCxV3QueryInput;
queryParams?: GoogleCloudDialogflowCxV3QueryParameters;
responseView?:
} | "DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED"
| "DETECT_INTENT_RESPONSE_VIEW_FULL"
| "DETECT_INTENT_RESPONSE_VIEW_BASIC"
| "DETECT_INTENT_RESPONSE_VIEW_DEFAULT";
§Properties
§
outputAudioConfig?: GoogleCloudDialogflowCxV3OutputAudioConfig
[src]§
queryInput?: GoogleCloudDialogflowCxV3QueryInput
[src]§
queryParams?: GoogleCloudDialogflowCxV3QueryParameters
[src]