GoogleCloudDialogflowV2TextInput constructor

GoogleCloudDialogflowV2TextInput({
  1. String? languageCode,
  2. String? text,
})

Implementation

GoogleCloudDialogflowV2TextInput({
  this.languageCode,
  this.text,
});