/AWS1/CL_LM2SLOTCAPTURESETTING¶
Settings used when Amazon Lex successfully captures a slot value from a user.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_captureresponse TYPE REF TO /AWS1/CL_LM2RESPONSESPEC /AWS1/CL_LM2RESPONSESPEC¶
captureResponse
io_capturenextstep TYPE REF TO /AWS1/CL_LM2DIALOGSTATE /AWS1/CL_LM2DIALOGSTATE¶
Specifies the next step that the bot runs when the slot value is captured before the code hook times out.
io_captureconditional TYPE REF TO /AWS1/CL_LM2CONDITIONALSPEC /AWS1/CL_LM2CONDITIONALSPEC¶
A list of conditional branches to evaluate after the slot value is captured.
io_failureresponse TYPE REF TO /AWS1/CL_LM2RESPONSESPEC /AWS1/CL_LM2RESPONSESPEC¶
failureResponse
io_failurenextstep TYPE REF TO /AWS1/CL_LM2DIALOGSTATE /AWS1/CL_LM2DIALOGSTATE¶
Specifies the next step that the bot runs when the slot value code is not recognized.
io_failureconditional TYPE REF TO /AWS1/CL_LM2CONDITIONALSPEC /AWS1/CL_LM2CONDITIONALSPEC¶
A list of conditional branches to evaluate when the slot value isn't captured.
io_codehook TYPE REF TO /AWS1/CL_LM2DIALOGCODEHOOKIN00 /AWS1/CL_LM2DIALOGCODEHOOKIN00¶
Code hook called after Amazon Lex successfully captures a slot value.
io_elicitationcodehook TYPE REF TO /AWS1/CL_LM2ELICITATIONCODEH00 /AWS1/CL_LM2ELICITATIONCODEH00¶
Code hook called when Amazon Lex doesn't capture a slot value.
Queryable Attributes¶
captureResponse¶
captureResponse
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPTURERESPONSE() |
Getter for CAPTURERESPONSE |
captureNextStep¶
Specifies the next step that the bot runs when the slot value is captured before the code hook times out.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPTURENEXTSTEP() |
Getter for CAPTURENEXTSTEP |
captureConditional¶
A list of conditional branches to evaluate after the slot value is captured.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPTURECONDITIONAL() |
Getter for CAPTURECONDITIONAL |
failureResponse¶
failureResponse
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURERESPONSE() |
Getter for FAILURERESPONSE |
failureNextStep¶
Specifies the next step that the bot runs when the slot value code is not recognized.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURENEXTSTEP() |
Getter for FAILURENEXTSTEP |
failureConditional¶
A list of conditional branches to evaluate when the slot value isn't captured.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURECONDITIONAL() |
Getter for FAILURECONDITIONAL |
codeHook¶
Code hook called after Amazon Lex successfully captures a slot value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEHOOK() |
Getter for CODEHOOK |
elicitationCodeHook¶
Code hook called when Amazon Lex doesn't capture a slot value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ELICITATIONCODEHOOK() |
Getter for ELICITATIONCODEHOOK |