intents

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


@JvmName(name = "krpqdhgiipchmcmk")
suspend fun intents(values: List<Output<BotIntentArgs>>)
@JvmName(name = "cdugkelttihuuwwf")
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 = "morknqfcadbynngr")
suspend fun intents(argument: List<suspend BotIntentArgsBuilder.() -> Unit>)
@JvmName(name = "dndnnswrkdpfwujq")
suspend fun intents(vararg argument: suspend BotIntentArgsBuilder.() -> Unit)
@JvmName(name = "avsftiomtpalkptl")
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.