GoogleCloudDialogflowCxV3DetectIntentResponse constructor
GoogleCloudDialogflowCxV3DetectIntentResponse({
- bool? allowCancellation,
- String? outputAudio,
- GoogleCloudDialogflowCxV3OutputAudioConfig? outputAudioConfig,
- GoogleCloudDialogflowCxV3QueryResult? queryResult,
- String? responseId,
- String? responseType,
Implementation
GoogleCloudDialogflowCxV3DetectIntentResponse({
this.allowCancellation,
this.outputAudio,
this.outputAudioConfig,
this.queryResult,
this.responseId,
this.responseType,
});