/AWS1/CL_BDZINVOKEAGENTRSP¶
InvokeAgentResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_completion TYPE REF TO /AWS1/IF_BDZRESPONSESTREAM_OS /AWS1/IF_BDZRESPONSESTREAM_OS¶
The agent's response to the user prompt.
iv_contenttype TYPE /AWS1/BDZMIMETYPE /AWS1/BDZMIMETYPE¶
The MIME type of the input data in the request. The default value is
application/json.
iv_sessionid TYPE /AWS1/BDZSESSIONID /AWS1/BDZSESSIONID¶
The unique identifier of the session with the agent.
Optional arguments:¶
iv_memoryid TYPE /AWS1/BDZMEMORYID /AWS1/BDZMEMORYID¶
The unique identifier of the agent memory.
Queryable Attributes¶
completion¶
The agent's response to the user prompt.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETION() |
Getter for COMPLETION |
contentType¶
The MIME type of the input data in the request. The default value is
application/json.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |
sessionId¶
The unique identifier of the session with the agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
memoryId¶
The unique identifier of the agent memory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMORYID() |
Getter for MEMORYID, with configurable default |
ASK_MEMORYID() |
Getter for MEMORYID w/ exceptions if field has no value |
HAS_MEMORYID() |
Determine if MEMORYID has a value |