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