V2modelsIntentClosingSettingArgs

data class V2modelsIntentClosingSettingArgs(val active: Output<Boolean>? = null, val closingResponse: Output<V2modelsIntentClosingSettingClosingResponseArgs>? = null, val conditional: Output<V2modelsIntentClosingSettingConditionalArgs>? = null, val nextStep: Output<V2modelsIntentClosingSettingNextStepArgs>? = null) : ConvertibleToJava<V2modelsIntentClosingSettingArgs>

Constructors

Link copied to clipboard
constructor(active: Output<Boolean>? = null, closingResponse: Output<V2modelsIntentClosingSettingClosingResponseArgs>? = null, conditional: Output<V2modelsIntentClosingSettingConditionalArgs>? = null, nextStep: Output<V2modelsIntentClosingSettingNextStepArgs>? = null)

Properties

Link copied to clipboard
val active: Output<Boolean>? = null

Whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user. If the active field isn't specified, the default is true.

Link copied to clipboard

Configuration block for response that Amazon Lex sends to the user when the intent is complete. See closing_response.

Link copied to clipboard

Configuration block for list of conditional branches associated with the intent's closing response. These branches are executed when the next_step attribute is set to EvalutateConditional. See conditional.

Link copied to clipboard

Next step that the bot executes after playing the intent's closing response. See next_step.

Functions

Link copied to clipboard
open override fun toJava(): V2modelsIntentClosingSettingArgs