GoogleCloudDialogflowV2DetectIntentResponse constructor
GoogleCloudDialogflowV2DetectIntentResponse({
- String? outputAudio,
- GoogleCloudDialogflowV2OutputAudioConfig? outputAudioConfig,
- GoogleCloudDialogflowV2QueryResult? queryResult,
- String? responseId,
- GoogleRpcStatus? webhookStatus,
Implementation
GoogleCloudDialogflowV2DetectIntentResponse({
this.outputAudio,
this.outputAudioConfig,
this.queryResult,
this.responseId,
this.webhookStatus,
});