GoogleCloudDialogflowCxV3QueryInput constructor
GoogleCloudDialogflowCxV3QueryInput({
- GoogleCloudDialogflowCxV3AudioInput? audio,
- GoogleCloudDialogflowCxV3DtmfInput? dtmf,
- GoogleCloudDialogflowCxV3EventInput? event,
- GoogleCloudDialogflowCxV3IntentInput? intent,
- String? languageCode,
- GoogleCloudDialogflowCxV3TextInput? text,
Implementation
GoogleCloudDialogflowCxV3QueryInput({
this.audio,
this.dtmf,
this.event,
this.intent,
this.languageCode,
this.text,
});