Skip to content

/AWS1/CL_HLLAGENTINPUTMESSAGE

Represents a message sent to the agent during chat-based profile customization.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_body TYPE /AWS1/HLLAGENTMESSAGESTRING /AWS1/HLLAGENTMESSAGESTRING

The text of your message to the agent.

iv_type TYPE /AWS1/HLLAGENTINPUTMESSAGETYPE /AWS1/HLLAGENTINPUTMESSAGETYPE

The type of input message, which determines how the agent processes your request. Valid values:

  • normal: A regular message to the agent.

  • confirmation_response: A response to a confirmation request from the agent.


Queryable Attributes

Body

The text of your message to the agent.

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 input message, which determines how the agent processes your request. Valid values:

  • normal: A regular message to the agent.

  • confirmation_response: A response to a confirmation request from the agent.

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