/AWS1/CL_QQCSPANMESSAGEVALUE¶
Message content value - can be text, tool invocation, or tool result
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_text TYPE REF TO /AWS1/CL_QQCSPANTEXTVALUE /AWS1/CL_QQCSPANTEXTVALUE¶
Text message content
io_tooluse TYPE REF TO /AWS1/CL_QQCSPANTOOLUSEVALUE /AWS1/CL_QQCSPANTOOLUSEVALUE¶
Tool invocation message content
io_toolresult TYPE REF TO /AWS1/CL_QQCSPANTOOLRSLTVALUE /AWS1/CL_QQCSPANTOOLRSLTVALUE¶
Tool result message content
Queryable Attributes¶
text¶
Text message content
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT |
toolUse¶
Tool invocation message content
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOOLUSE() |
Getter for TOOLUSE |
toolResult¶
Tool result message content
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOOLRESULT() |
Getter for TOOLRESULT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SPANMESSAGEVALUELIST¶
TYPES TT_SPANMESSAGEVALUELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQCSPANMESSAGEVALUE WITH DEFAULT KEY
.