/AWS1/CL_QQCORCHESTRATORCONF00¶
An entry in the orchestrator configuration list.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_orchestratorusecase TYPE /AWS1/QQCNONEMPTYSTRING /AWS1/QQCNONEMPTYSTRING¶
The use case for the orchestrator configuration. (for example Connect.SelfService, Connect.AgentAssistance)
Optional arguments:¶
iv_aiagentid TYPE /AWS1/QQCUUIDORARNOREITHERWQ00 /AWS1/QQCUUIDORARNOREITHERWQ00¶
The identifier of the AI Agent in the orchestrator configuration.
Queryable Attributes¶
aiAgentId¶
The identifier of the AI Agent in the orchestrator configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AIAGENTID() |
Getter for AIAGENTID, with configurable default |
ASK_AIAGENTID() |
Getter for AIAGENTID w/ exceptions if field has no value |
HAS_AIAGENTID() |
Determine if AIAGENTID has a value |
orchestratorUseCase¶
The use case for the orchestrator configuration. (for example Connect.SelfService, Connect.AgentAssistance)
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORCHESTRATORUSECASE() |
Getter for ORCHESTRATORUSECASE, with configurable default |
ASK_ORCHESTRATORUSECASE() |
Getter for ORCHESTRATORUSECASE w/ exceptions if field has no |
HAS_ORCHESTRATORUSECASE() |
Determine if ORCHESTRATORUSECASE 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_ORCHESTRATORCONFLIST¶
TYPES TT_ORCHESTRATORCONFLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQCORCHESTRATORCONF00 WITH DEFAULT KEY
.