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