outputContexts

@JvmName(name = "mgkjuhrpwfvkmlyw")
suspend fun outputContexts(value: Output<List<V2modelsIntentOutputContextArgs>>)
@JvmName(name = "fbwegqhgqyylbskx")
suspend fun outputContexts(value: List<V2modelsIntentOutputContextArgs>?)

Parameters

value

Configuration blocks for contexts that the intent activates when it is fulfilled. You can use an output context to indicate the intents that Amazon Lex should consider for the next turn of the conversation with a customer. When you use the outputContextsList property, all of the contexts specified in the list are activated when the intent is fulfilled. You can set up to 10 output contexts. You can also set the number of conversation turns that the context should be active, or the length of time that the context should be active. See output_context.


@JvmName(name = "kwxqrrktbakmjhyl")
suspend fun outputContexts(vararg values: Output<V2modelsIntentOutputContextArgs>)


@JvmName(name = "gyhhbamtigneknna")
suspend fun outputContexts(values: List<Output<V2modelsIntentOutputContextArgs>>)
@JvmName(name = "gmuniprihmikccdt")
suspend fun outputContexts(vararg values: V2modelsIntentOutputContextArgs)

Parameters

values

Configuration blocks for contexts that the intent activates when it is fulfilled. You can use an output context to indicate the intents that Amazon Lex should consider for the next turn of the conversation with a customer. When you use the outputContextsList property, all of the contexts specified in the list are activated when the intent is fulfilled. You can set up to 10 output contexts. You can also set the number of conversation turns that the context should be active, or the length of time that the context should be active. See output_context.


@JvmName(name = "ewehlrygduqddloy")
suspend fun outputContexts(argument: List<suspend V2modelsIntentOutputContextArgsBuilder.() -> Unit>)
@JvmName(name = "gkjicnkokwemxbcv")
suspend fun outputContexts(vararg argument: suspend V2modelsIntentOutputContextArgsBuilder.() -> Unit)
@JvmName(name = "jposfotipcyjhykt")
suspend fun outputContexts(argument: suspend V2modelsIntentOutputContextArgsBuilder.() -> Unit)

Parameters

argument

Configuration blocks for contexts that the intent activates when it is fulfilled. You can use an output context to indicate the intents that Amazon Lex should consider for the next turn of the conversation with a customer. When you use the outputContextsList property, all of the contexts specified in the list are activated when the intent is fulfilled. You can set up to 10 output contexts. You can also set the number of conversation turns that the context should be active, or the length of time that the context should be active. See output_context.