V2modelsIntentClosingSetting

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val active: 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.