intents

@JvmName(name = "mxvhhgxbinxgssyr")
suspend fun intents(value: Output<List<BotIntentArgs>>)
@JvmName(name = "skdmeinxvxtvfsrt")
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 = "lcnvbqujnighkbie")
suspend fun intents(vararg values: Output<BotIntentArgs>)


@JvmName(name = "lbimupkqnwovktak")
suspend fun intents(values: List<Output<BotIntentArgs>>)
@JvmName(name = "cqsmwahvobtvafrk")
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 = "vkwcmgcqffwcxkvm")
suspend fun intents(argument: List<suspend BotIntentArgsBuilder.() -> Unit>)
@JvmName(name = "nfjnbhsawymsmfyp")
suspend fun intents(vararg argument: suspend BotIntentArgsBuilder.() -> Unit)
@JvmName(name = "whqjhcwsrfaxybpb")
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.