/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
¶
initialResponse
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
¶
conditional
io_codehook
TYPE REF TO /AWS1/CL_LM2DIALOGCODEHOOKIN00
/AWS1/CL_LM2DIALOGCODEHOOKIN00
¶
codeHook
Queryable Attributes¶
initialResponse¶
initialResponse
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¶
conditional
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONDITIONAL() |
Getter for CONDITIONAL |
codeHook¶
codeHook
Accessible with the following methods¶
Method | Description |
---|---|
GET_CODEHOOK() |
Getter for CODEHOOK |