GoogleCloudDialogflowCxV3DetectIntentRequest constructor

GoogleCloudDialogflowCxV3DetectIntentRequest({
  1. GoogleCloudDialogflowCxV3OutputAudioConfig? outputAudioConfig,
  2. GoogleCloudDialogflowCxV3QueryInput? queryInput,
  3. GoogleCloudDialogflowCxV3QueryParameters? queryParams,
})

Implementation

GoogleCloudDialogflowCxV3DetectIntentRequest({
  this.outputAudioConfig,
  this.queryInput,
  this.queryParams,
});