data class BotResponse
(source)
<init> |
BotResponse(messages: List<BotMessage> = emptyList(), storyId: String, step: String?, entities: List<Entity> = emptyList(), context: ResponseContext) |
context |
val context: ResponseContext |
entities |
val entities: List<Entity> |
messages |
val messages: List<BotMessage> |
step |
val step: String? |
storyId |
val storyId: String |