GoogleCloudDialogflowV2DetectIntentRequest constructor

GoogleCloudDialogflowV2DetectIntentRequest({
  1. String? inputAudio,
  2. GoogleCloudDialogflowV2OutputAudioConfig? outputAudioConfig,
  3. String? outputAudioConfigMask,
  4. GoogleCloudDialogflowV2QueryInput? queryInput,
  5. GoogleCloudDialogflowV2QueryParameters? queryParams,
})

Implementation

GoogleCloudDialogflowV2DetectIntentRequest({
  this.inputAudio,
  this.outputAudioConfig,
  this.outputAudioConfigMask,
  this.queryInput,
  this.queryParams,
});