/AWS1/CL_BDAKNOWLEDGEBASEDOC¶
Contains information about a document to ingest into a knowledge base and metadata to associate with it.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_content TYPE REF TO /AWS1/CL_BDADOCUMENTCONTENT /AWS1/CL_BDADOCUMENTCONTENT¶
Contains the content of the document.
Optional arguments:¶
io_metadata TYPE REF TO /AWS1/CL_BDADOCUMENTMETADATA /AWS1/CL_BDADOCUMENTMETADATA¶
Contains the metadata to associate with the document.
Queryable Attributes¶
metadata¶
Contains the metadata to associate with the document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATA() |
Getter for METADATA |
content¶
Contains the content of the document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_KNOWLEDGEBASEDOCUMENTS¶
TYPES TT_KNOWLEDGEBASEDOCUMENTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDAKNOWLEDGEBASEDOC WITH DEFAULT KEY
.