V2models Intent Closing Setting Args
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
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
.