GoogleCloudDialogflowCxV3DetectIntentRequest
import type { GoogleCloudDialogflowCxV3DetectIntentRequest } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";The request to detect user's intent.
interface GoogleCloudDialogflowCxV3DetectIntentRequest {
outputAudioConfig?: GoogleCloudDialogflowCxV3OutputAudioConfig;
queryInput?: GoogleCloudDialogflowCxV3QueryInput;
queryParams?: GoogleCloudDialogflowCxV3QueryParameters;
responseView?: "DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED" | "DETECT_INTENT_RESPONSE_VIEW_FULL" | "DETECT_INTENT_RESPONSE_VIEW_BASIC";
}§Properties
§
outputAudioConfig?: GoogleCloudDialogflowCxV3OutputAudioConfig
[src]Instructs the speech synthesizer how to generate the output audio.
§
queryInput?: GoogleCloudDialogflowCxV3QueryInput
[src]Required. The input specification.
§
queryParams?: GoogleCloudDialogflowCxV3QueryParameters
[src]The parameters of this query.