class DedicatedAnswerConfiguration : StoryDefinitionAnswersContainer (source)
Answers configured for a dedicated botConfiguration name.
<init> |
Answers configured for a dedicated botConfiguration name. DedicatedAnswerConfiguration(botConfiguration: String, currentType: AnswerConfigurationType, answers: List<AnswerConfiguration>) |
answers |
The answers available. val answers: List<AnswerConfiguration> |
botConfiguration |
val botConfiguration: String |
currentType |
The type of answer configuration. val currentType: AnswerConfigurationType |
findNextSteps |
fun findNextSteps(bus: BotBus, story: StoryDefinitionConfiguration): List<CharSequence> |