intents

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


@JvmName(name = "hmblcppdmlmisred")
suspend fun intents(values: List<Output<BotIntentArgs>>)
@JvmName(name = "ujwmrjhmfgdibefe")
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 = "scvgjwyfrlodxqth")
suspend fun intents(argument: List<suspend BotIntentArgsBuilder.() -> Unit>)
@JvmName(name = "dsaffrvdgarsxokc")
suspend fun intents(vararg argument: suspend BotIntentArgsBuilder.() -> Unit)
@JvmName(name = "flidfyjnhgsfdugx")
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.