inputContexts

@JvmName(name = "vjkytyshwfwqpvdv")
suspend fun inputContexts(value: Output<List<V2modelsIntentInputContextArgs>>)
@JvmName(name = "xwoqvpvqjrghogfa")
suspend fun inputContexts(value: List<V2modelsIntentInputContextArgs>?)

Parameters

value

Configuration blocks for contexts that must be active for this intent to be considered by Amazon Lex. When an intent has an input context list, Amazon Lex only considers using the intent in an interaction with the user when the specified contexts are included in the active context list for the session. If the contexts are not active, then Amazon Lex will not use the intent. A context can be automatically activated using the outputContexts property or it can be set at runtime. See input_context.


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


@JvmName(name = "kyrjgdwquuhefttw")
suspend fun inputContexts(values: List<Output<V2modelsIntentInputContextArgs>>)
@JvmName(name = "lwqhqlkywbyqounl")
suspend fun inputContexts(vararg values: V2modelsIntentInputContextArgs)

Parameters

values

Configuration blocks for contexts that must be active for this intent to be considered by Amazon Lex. When an intent has an input context list, Amazon Lex only considers using the intent in an interaction with the user when the specified contexts are included in the active context list for the session. If the contexts are not active, then Amazon Lex will not use the intent. A context can be automatically activated using the outputContexts property or it can be set at runtime. See input_context.


@JvmName(name = "qupkhqvsxjaqoisb")
suspend fun inputContexts(argument: List<suspend V2modelsIntentInputContextArgsBuilder.() -> Unit>)
@JvmName(name = "khldxvcmqilcmlap")
suspend fun inputContexts(vararg argument: suspend V2modelsIntentInputContextArgsBuilder.() -> Unit)
@JvmName(name = "hgvejsirsqhgwawf")
suspend fun inputContexts(argument: suspend V2modelsIntentInputContextArgsBuilder.() -> Unit)

Parameters

argument

Configuration blocks for contexts that must be active for this intent to be considered by Amazon Lex. When an intent has an input context list, Amazon Lex only considers using the intent in an interaction with the user when the specified contexts are included in the active context list for the session. If the contexts are not active, then Amazon Lex will not use the intent. A context can be automatically activated using the outputContexts property or it can be set at runtime. See input_context.