intents

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


@JvmName(name = "ndtraaevswjmcsoy")
suspend fun intents(values: List<Output<BotIntentArgs>>)
@JvmName(name = "hrivsnhmcptkavsy")
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 = "cdfopmjxrbuayswb")
suspend fun intents(argument: List<suspend BotIntentArgsBuilder.() -> Unit>)
@JvmName(name = "csotaafhnllvyxsa")
suspend fun intents(vararg argument: suspend BotIntentArgsBuilder.() -> Unit)
@JvmName(name = "qwlkdfufuojqifhp")
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.