intents

@JvmName(name = "qdmmyxocbtpwkibg")
suspend fun intents(value: Output<List<BotIntentArgs>>)
@JvmName(name = "rvcxrttdyvnpsnea")
suspend fun intents(value: List<BotIntentArgs>?)

Parameters

value

A set of Intent objects. Each intent represents a command that a user can express. Attributes are documented under intent. Can have up to 250 Intent objects.


@JvmName(name = "cqdiogtrwflsupbc")
suspend fun intents(vararg values: Output<BotIntentArgs>)


@JvmName(name = "xoctmkteslokkijx")
suspend fun intents(values: List<Output<BotIntentArgs>>)
@JvmName(name = "sbqvikbkudhwmqpo")
suspend fun intents(vararg values: BotIntentArgs)

Parameters

values

A set of Intent objects. Each intent represents a command that a user can express. Attributes are documented under intent. Can have up to 250 Intent objects.


@JvmName(name = "kycoquxobvfjvjjb")
suspend fun intents(argument: List<suspend BotIntentArgsBuilder.() -> Unit>)
@JvmName(name = "wqkxhgqfahrikxxm")
suspend fun intents(vararg argument: suspend BotIntentArgsBuilder.() -> Unit)
@JvmName(name = "bexqoktrbykwfpfb")
suspend fun intents(argument: suspend BotIntentArgsBuilder.() -> Unit)

Parameters

argument

A set of Intent objects. Each intent represents a command that a user can express. Attributes are documented under intent. Can have up to 250 Intent objects.