GoogleCloudDialogflowV2QueryInput constructor

GoogleCloudDialogflowV2QueryInput({
  1. GoogleCloudDialogflowV2InputAudioConfig? audioConfig,
  2. GoogleCloudDialogflowV2EventInput? event,
  3. GoogleCloudDialogflowV2TextInput? text,
})

Implementation

GoogleCloudDialogflowV2QueryInput({
  this.audioConfig,
  this.event,
  this.text,
});