/AWS1/CL_LM2INITIALRSPSETTING¶
Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_initialresponse TYPE REF TO /AWS1/CL_LM2RESPONSESPEC /AWS1/CL_LM2RESPONSESPEC¶
Specifies a list of message groups that Amazon Lex uses to respond the user input.
io_nextstep TYPE REF TO /AWS1/CL_LM2DIALOGSTATE /AWS1/CL_LM2DIALOGSTATE¶
The next step in the conversation.
io_conditional TYPE REF TO /AWS1/CL_LM2CONDITIONALSPEC /AWS1/CL_LM2CONDITIONALSPEC¶
Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.
io_codehook TYPE REF TO /AWS1/CL_LM2DIALOGCODEHOOKIN00 /AWS1/CL_LM2DIALOGCODEHOOKIN00¶
Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
Queryable Attributes¶
initialResponse¶
Specifies a list of message groups that Amazon Lex uses to respond the user input.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INITIALRESPONSE() |
Getter for INITIALRESPONSE |
nextStep¶
The next step in the conversation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTSTEP() |
Getter for NEXTSTEP |
conditional¶
Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITIONAL() |
Getter for CONDITIONAL |
codeHook¶
Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEHOOK() |
Getter for CODEHOOK |