/AWS1/CL_BDZKNOWLEDGEBASECONF¶
Configurations to apply to a knowledge base attached to the agent during query. For more information, see Knowledge base retrieval configurations.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_knowledgebaseid TYPE /AWS1/BDZKNOWLEDGEBASEID /AWS1/BDZKNOWLEDGEBASEID¶
The unique identifier for a knowledge base attached to the agent.
io_retrievalconfiguration TYPE REF TO /AWS1/CL_BDZKNOWLEDGEBASERET01 /AWS1/CL_BDZKNOWLEDGEBASERET01¶
The configurations to apply to the knowledge base during query. For more information, see Query configurations.
Queryable Attributes¶
knowledgeBaseId¶
The unique identifier for a knowledge base attached to the agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KNOWLEDGEBASEID() |
Getter for KNOWLEDGEBASEID, with configurable default |
ASK_KNOWLEDGEBASEID() |
Getter for KNOWLEDGEBASEID w/ exceptions if field has no val |
HAS_KNOWLEDGEBASEID() |
Determine if KNOWLEDGEBASEID has a value |
retrievalConfiguration¶
The configurations to apply to the knowledge base during query. For more information, see Query configurations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RETRIEVALCONFIGURATION() |
Getter for RETRIEVALCONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_KNOWLEDGEBASECONFIGURATIONS¶
TYPES TT_KNOWLEDGEBASECONFIGURATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZKNOWLEDGEBASECONF WITH DEFAULT KEY
.