GoogleCloudDialogflowV2QueryInput constructor
GoogleCloudDialogflowV2QueryInput({
- GoogleCloudDialogflowV2InputAudioConfig? audioConfig,
- GoogleCloudDialogflowV2EventInput? event,
- GoogleCloudDialogflowV2TextInput? text,
Implementation
GoogleCloudDialogflowV2QueryInput({
this.audioConfig,
this.event,
this.text,
});