EntityRecognizerInputDataConfigEntityType constructor

const EntityRecognizerInputDataConfigEntityType({
  1. 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,
});