BotStillWaitingResponseSpecificationArgs

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>)

Functions

Link copied to clipboard
open override fun toJava(): BotStillWaitingResponseSpecificationArgs

Properties

Link copied to clipboard
val allowInterrupt: Output<Boolean>? = null

Indicates whether the user can interrupt a speech prompt from the bot.

Link copied to clipboard
val frequencyInSeconds: Output<Int>
Link copied to clipboard
Link copied to clipboard
val timeoutInSeconds: Output<Int>