IntentFollowUpPromptArgs

data class IntentFollowUpPromptArgs(val prompt: Output<IntentFollowUpPromptPromptArgs>, val rejectionStatement: Output<IntentFollowUpPromptRejectionStatementArgs>) : ConvertibleToJava<IntentFollowUpPromptArgs>

Constructors

Link copied to clipboard
constructor(prompt: Output<IntentFollowUpPromptPromptArgs>, rejectionStatement: Output<IntentFollowUpPromptRejectionStatementArgs>)

Properties

Link copied to clipboard

Prompts for information from the user. Attributes are documented under prompt.

Link copied to clipboard

If the user answers "no" to the question defined in the prompt field, Amazon Lex responds with this statement to acknowledge that the intent was canceled. Attributes are documented below under statement.

Functions

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