inputContexts

@JvmName(name = "cjdlnlasgvjhiwlg")
suspend fun inputContexts(value: Output<List<BotInputContextArgs>>)
@JvmName(name = "qppacvavjplbtajg")
suspend fun inputContexts(value: List<BotInputContextArgs>?)

Parameters

value

A list of contexts that must be active for this intent to be considered by Amazon Lex .


@JvmName(name = "tdnfrgeuceoqhlyr")
suspend fun inputContexts(vararg values: Output<BotInputContextArgs>)


@JvmName(name = "eqdpiwgwnpknpgdj")
suspend fun inputContexts(values: List<Output<BotInputContextArgs>>)
@JvmName(name = "hdtcxohkitstrhqy")
suspend fun inputContexts(vararg values: BotInputContextArgs)

Parameters

values

A list of contexts that must be active for this intent to be considered by Amazon Lex .


@JvmName(name = "forwlkoeajknenxl")
suspend fun inputContexts(argument: List<suspend BotInputContextArgsBuilder.() -> Unit>)
@JvmName(name = "avnlfabhkigssauc")
suspend fun inputContexts(vararg argument: suspend BotInputContextArgsBuilder.() -> Unit)
@JvmName(name = "quijrrfnxadnuocu")
suspend fun inputContexts(argument: suspend BotInputContextArgsBuilder.() -> Unit)

Parameters

argument

A list of contexts that must be active for this intent to be considered by Amazon Lex .