/AWS1/CL_BDNCALLRESULT¶
The result returned from executing a tool call.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_content TYPE /AWS1/CL_BDNCALLRESULTCONTENT=>TT_CALLRESULTCONTENTS TT_CALLRESULTCONTENTS¶
The content returned by the tool execution, which can include text or other media types.
Optional arguments:¶
iv_callid TYPE /AWS1/BDNCALLID /AWS1/BDNCALLID¶
The identifier of the tool call that this result corresponds to.
Queryable Attributes¶
callId¶
The identifier of the tool call that this result corresponds to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CALLID() |
Getter for CALLID, with configurable default |
ASK_CALLID() |
Getter for CALLID w/ exceptions if field has no value |
HAS_CALLID() |
Determine if CALLID has a value |
content¶
The content returned by the tool execution, which can include text or other media types.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CALLRESULTS¶
TYPES TT_CALLRESULTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDNCALLRESULT WITH DEFAULT KEY
.