BotIntentClosingSettingArgs

data class BotIntentClosingSettingArgs(val closingResponse: Output<BotResponseSpecificationArgs>? = null, val conditional: Output<BotConditionalSpecificationArgs>? = null, val isActive: Output<Boolean>? = null, val nextStep: Output<BotDialogStateArgs>? = null) : ConvertibleToJava<BotIntentClosingSettingArgs>

Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.

Constructors

Link copied to clipboard
constructor(closingResponse: Output<BotResponseSpecificationArgs>? = null, conditional: Output<BotConditionalSpecificationArgs>? = null, isActive: Output<Boolean>? = null, nextStep: Output<BotDialogStateArgs>? = null)

Properties

Link copied to clipboard

The response that Amazon Lex sends to the user when the intent is complete.

Link copied to clipboard

A list of conditional branches associated with the intent's closing response. These branches are executed when the nextStep attribute is set to EvalutateConditional.

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

Specifies 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
val nextStep: Output<BotDialogStateArgs>? = null

Specifies the next step that the bot executes after playing the intent's closing response.

Functions

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