GoogleCloudDialogflowV2DetectIntentResponse constructor

GoogleCloudDialogflowV2DetectIntentResponse({
  1. String? outputAudio,
  2. GoogleCloudDialogflowV2OutputAudioConfig? outputAudioConfig,
  3. GoogleCloudDialogflowV2QueryResult? queryResult,
  4. String? responseId,
  5. GoogleRpcStatus? webhookStatus,
})

Implementation

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