intents

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

Parameters

value

One or more intents defined for the locale.


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


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

Parameters

values

One or more intents defined for the locale.


@JvmName(name = "tommigpbnlphwubf")
suspend fun intents(argument: List<suspend BotIntentArgsBuilder.() -> Unit>)
@JvmName(name = "rsqeqxbewnlutlxn")
suspend fun intents(vararg argument: suspend BotIntentArgsBuilder.() -> Unit)
@JvmName(name = "khtwocxdvrkgyrab")
suspend fun intents(argument: suspend BotIntentArgsBuilder.() -> Unit)

Parameters

argument

One or more intents defined for the locale.