Bot Intent Closing Setting Args
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
fun BotIntentClosingSettingArgs(closingResponse: Output<BotResponseSpecificationArgs>? = null, conditional: Output<BotConditionalSpecificationArgs>? = null, isActive: Output<Boolean>? = null, nextStep: Output<BotDialogStateArgs>? = null)