GoogleCloudDialogflowV2DetectIntentRequest constructor
GoogleCloudDialogflowV2DetectIntentRequest({
- String? inputAudio,
- GoogleCloudDialogflowV2OutputAudioConfig? outputAudioConfig,
- String? outputAudioConfigMask,
- GoogleCloudDialogflowV2QueryInput? queryInput,
- GoogleCloudDialogflowV2QueryParameters? queryParams,
Implementation
GoogleCloudDialogflowV2DetectIntentRequest({
this.inputAudio,
this.outputAudioConfig,
this.outputAudioConfigMask,
this.queryInput,
this.queryParams,
});