EntityRecognizerInputDataConfigEntityType constructor
const
EntityRecognizerInputDataConfigEntityType({
- required Input<
String> type,
Creates a new EntityRecognizerInputDataConfigEntityType.
type An entity type to be matched by the Entity Recognizer.
Implementation
const EntityRecognizerInputDataConfigEntityType({
required this.type,
});