GoogleCloudDialogflowCxV3SessionEntityType constructor

GoogleCloudDialogflowCxV3SessionEntityType({
  1. List<GoogleCloudDialogflowCxV3EntityTypeEntity>? entities,
  2. String? entityOverrideMode,
  3. String? name,
})

Implementation

GoogleCloudDialogflowCxV3SessionEntityType({
  this.entities,
  this.entityOverrideMode,
  this.name,
});