GoogleCloudDialogflowCxV3SessionEntityType constructor
GoogleCloudDialogflowCxV3SessionEntityType({
- List<
GoogleCloudDialogflowCxV3EntityTypeEntity> ? entities, - String? entityOverrideMode,
- String? name,
Implementation
GoogleCloudDialogflowCxV3SessionEntityType({
this.entities,
this.entityOverrideMode,
this.name,
});