/AWS1/CL_HLLAGENTOUTPUTMESSAGE¶
Represents a response message from the agent during chat-based profile customization.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_body TYPE /AWS1/HLLAGENTMESSAGESTRING /AWS1/HLLAGENTMESSAGESTRING¶
The text of the agent's response.
iv_type TYPE /AWS1/HLLAGENTOUTPUTMSGTYPE /AWS1/HLLAGENTOUTPUTMSGTYPE¶
The type of output message, which indicates how to interpret the agent's response.
Optional arguments:¶
it_optionslist TYPE /AWS1/CL_HLLDATXFMCHATOPTSLS00=>TT_DATAXFORMTNCHATOPTIONSLIST TT_DATAXFORMTNCHATOPTIONSLIST¶
A list of selectable options presented when the response type is
options.
Queryable Attributes¶
Body¶
The text of the agent's response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BODY() |
Getter for BODY, with configurable default |
ASK_BODY() |
Getter for BODY w/ exceptions if field has no value |
HAS_BODY() |
Determine if BODY has a value |
Type¶
The type of output message, which indicates how to interpret the agent's response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
OptionsList¶
A list of selectable options presented when the response type is
options.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTIONSLIST() |
Getter for OPTIONSLIST, with configurable default |
ASK_OPTIONSLIST() |
Getter for OPTIONSLIST w/ exceptions if field has no value |
HAS_OPTIONSLIST() |
Determine if OPTIONSLIST has a value |