V2models Intent Closing Setting
data class V2modelsIntentClosingSetting(val active: Boolean? = null, val closingResponse: V2modelsIntentClosingSettingClosingResponse? = null, val conditional: V2modelsIntentClosingSettingConditional? = null, val nextStep: V2modelsIntentClosingSettingNextStep? = null)
Constructors
Link copied to clipboard
constructor(active: Boolean? = null, closingResponse: V2modelsIntentClosingSettingClosingResponse? = null, conditional: V2modelsIntentClosingSettingConditional? = null, nextStep: V2modelsIntentClosingSettingNextStep? = 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
.