data class StoryDefinitionConfigurationMandatoryEntityDump
(source)
<init> |
StoryDefinitionConfigurationMandatoryEntityDump(def: StoryDefinitionConfigurationMandatoryEntity) StoryDefinitionConfigurationMandatoryEntityDump(role: String, entityType: String = role, intent: IntentWithoutNamespace, answers: List<AnswerConfigurationDump>, currentType: AnswerConfigurationType) |
answers |
The answers available. val answers: List<AnswerConfigurationDump> |
currentType |
The type of answer configuration. val currentType: AnswerConfigurationType |
entityType |
The type of mandatory entity. val entityType: String |
intent |
The intent used to find the entities. val intent: IntentWithoutNamespace |
role |
The role of the mandatory entity. val role: String |
toEntity |
fun toEntity(controller: StoryDefinitionConfigurationDumpController): StoryDefinitionConfigurationMandatoryEntity |