CopyableBuilder<FollowUpPrompt.Builder,FollowUpPrompt>, SdkBuilder<FollowUpPrompt.Builder,FollowUpPrompt>public static interface FollowUpPrompt.Builder extends CopyableBuilder<FollowUpPrompt.Builder,FollowUpPrompt>
| Modifier and Type | Method | Description |
|---|---|---|
FollowUpPrompt.Builder |
prompt(Prompt prompt) |
Obtains information from the user.
|
FollowUpPrompt.Builder |
rejectionStatement(Statement rejectionStatement) |
If the user answers "no" to the question defined in
confirmationPrompt, Amazon Lex responds with
this statement to acknowledge that the intent was canceled. |
copyapply, buildFollowUpPrompt.Builder prompt(Prompt prompt)
Obtains information from the user.
prompt - Obtains information from the user.FollowUpPrompt.Builder rejectionStatement(Statement rejectionStatement)
If the user answers "no" to the question defined in confirmationPrompt, Amazon Lex responds with
this statement to acknowledge that the intent was canceled.
rejectionStatement - If the user answers "no" to the question defined in confirmationPrompt, Amazon Lex
responds with this statement to acknowledge that the intent was canceled.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.