GoogleCloudDialogflowCxV3FulfillIntentResponse constructor

GoogleCloudDialogflowCxV3FulfillIntentResponse({
  1. String? outputAudio,
  2. GoogleCloudDialogflowCxV3OutputAudioConfig? outputAudioConfig,
  3. GoogleCloudDialogflowCxV3QueryResult? queryResult,
  4. String? responseId,
})

Implementation

GoogleCloudDialogflowCxV3FulfillIntentResponse({
  this.outputAudio,
  this.outputAudioConfig,
  this.queryResult,
  this.responseId,
});