/AWS1/CL_LXBFOLLOWUPPROMPT¶
A prompt for additional activity after an intent is fulfilled. For
example, after the OrderPizza intent is fulfilled, you might
prompt the user to find out whether the user wants to order
drinks.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_prompt TYPE REF TO /AWS1/CL_LXBPROMPT /AWS1/CL_LXBPROMPT¶
Prompts for information from the user.
io_rejectionstatement TYPE REF TO /AWS1/CL_LXBSTATEMENT /AWS1/CL_LXBSTATEMENT¶
If the user answers "no" to the question defined in the
promptfield, Amazon Lex responds with this statement to acknowledge that the intent was canceled.
Queryable Attributes¶
prompt¶
Prompts for information from the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROMPT() |
Getter for PROMPT |
rejectionStatement¶
If the user answers "no" to the question defined in the
promptfield, Amazon Lex responds with this statement to acknowledge that the intent was canceled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REJECTIONSTATEMENT() |
Getter for REJECTIONSTATEMENT |