/AWS1/CL_BDZREPROMPTRESPONSE¶
Contains details about the agent's response to reprompt the input.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_text TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING¶
The text reprompting the input.
iv_source TYPE /AWS1/BDZSOURCE /AWS1/BDZSOURCE¶
Specifies what output is prompting the agent to reprompt the input.
Queryable Attributes¶
text¶
The text reprompting the input.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT, with configurable default |
ASK_TEXT() |
Getter for TEXT w/ exceptions if field has no value |
HAS_TEXT() |
Determine if TEXT has a value |
source¶
Specifies what output is prompting the agent to reprompt the input.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |