GoogleCloudDialogflowV2SessionEntityType constructor

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

Implementation

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