GoogleCloudDialogflowV2EventInput constructor

GoogleCloudDialogflowV2EventInput({
  1. String? languageCode,
  2. String? name,
  3. Map<String, Object?>? parameters,
})

Implementation

GoogleCloudDialogflowV2EventInput({
  this.languageCode,
  this.name,
  this.parameters,
});