GoogleCloudDialogflowCxV3DetectIntentResponse constructor

GoogleCloudDialogflowCxV3DetectIntentResponse({
  1. bool? allowCancellation,
  2. String? outputAudio,
  3. GoogleCloudDialogflowCxV3OutputAudioConfig? outputAudioConfig,
  4. GoogleCloudDialogflowCxV3QueryResult? queryResult,
  5. String? responseId,
  6. String? responseType,
})

Implementation

GoogleCloudDialogflowCxV3DetectIntentResponse({
  this.allowCancellation,
  this.outputAudio,
  this.outputAudioConfig,
  this.queryResult,
  this.responseId,
  this.responseType,
});