Bot Intent Closing Setting
data class BotIntentClosingSetting(val closingResponse: BotResponseSpecification? = null, val conditional: BotConditionalSpecification? = null, val isActive: Boolean? = null, val nextStep: BotDialogState? = null)
Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.
Constructors
Link copied to clipboard
fun BotIntentClosingSetting(closingResponse: BotResponseSpecification? = null, conditional: BotConditionalSpecification? = null, isActive: Boolean? = null, nextStep: BotDialogState? = null)