Bot Response Specification
data class BotResponseSpecification(val allowInterrupt: Boolean? = null, val messageGroupsList: List<BotMessageGroup>)
A list of message groups that Amazon Lex uses to respond the user input.
Constructors
Link copied to clipboard
fun BotResponseSpecification(allowInterrupt: Boolean? = null, messageGroupsList: List<BotMessageGroup>)