Bot Still Waiting Response Specification
data class BotStillWaitingResponseSpecification(val allowInterrupt: Boolean? = null, val frequencyInSeconds: Int, val messageGroupsList: List<BotMessageGroup>, val timeoutInSeconds: Int)
StillWaitingResponseSpecification.
Constructors
Link copied to clipboard
fun BotStillWaitingResponseSpecification(allowInterrupt: Boolean? = null, frequencyInSeconds: Int, messageGroupsList: List<BotMessageGroup>, timeoutInSeconds: Int)