GoogleCloudDialogflowCxV3FulfillIntentResponse constructor
GoogleCloudDialogflowCxV3FulfillIntentResponse({
- String? outputAudio,
- GoogleCloudDialogflowCxV3OutputAudioConfig? outputAudioConfig,
- GoogleCloudDialogflowCxV3QueryResult? queryResult,
- String? responseId,
Implementation
GoogleCloudDialogflowCxV3FulfillIntentResponse({
this.outputAudio,
this.outputAudioConfig,
this.queryResult,
this.responseId,
});