data class StoryDefinitionConfigurationMandatoryEntity : StoryDefinitionAnswersContainer (source)
A required entity in a StoryDefinitionConfiguration.
<init> |
A required entity in a StoryDefinitionConfiguration. StoryDefinitionConfigurationMandatoryEntity(role: String, entityType: String = role, intent: IntentWithoutNamespace, answers: List<AnswerConfiguration>, currentType: AnswerConfigurationType) |
answers |
The answers available. val answers: List<AnswerConfiguration> |
currentType |
The type of answer configuration. val currentType: AnswerConfigurationType |
entityType |
The type of mandatory entity. val entityType: String |
entityTypeName |
val entityTypeName: String |
intent |
The intent used to find the entities. val intent: IntentWithoutNamespace |
role |
The role of the mandatory entity. val role: String |