BotTextInputSpecificationArgs

data class BotTextInputSpecificationArgs(val startTimeoutMs: Output<Int>) : ConvertibleToJava<BotTextInputSpecificationArgs>

Specifies the text input specifications.

Constructors

Link copied to clipboard
constructor(startTimeoutMs: Output<Int>)

Properties

Link copied to clipboard
val startTimeoutMs: Output<Int>

Time for which a bot waits before re-prompting a customer for text input.

Functions

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