/AWS1/CL_KNDCONTENTSOURCECONF¶
Provides the configuration information for your content sources, such as data sources, FAQs, and content indexed directly via BatchPutDocument.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_datasourceids
TYPE /AWS1/CL_KNDDATASOURCEIDLIST_W=>TT_DATASOURCEIDLIST
TT_DATASOURCEIDLIST
¶
The identifier of the data sources you want to use for your Amazon Kendra experience.
it_faqids
TYPE /AWS1/CL_KNDFAQIDSLIST_W=>TT_FAQIDSLIST
TT_FAQIDSLIST
¶
The identifier of the FAQs that you want to use for your Amazon Kendra experience.
iv_directputcontent
TYPE /AWS1/KNDBOOLEAN
/AWS1/KNDBOOLEAN
¶
TRUE
to use documents you indexed directly using theBatchPutDocument
API.
Queryable Attributes¶
DataSourceIds¶
The identifier of the data sources you want to use for your Amazon Kendra experience.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATASOURCEIDS() |
Getter for DATASOURCEIDS, with configurable default |
ASK_DATASOURCEIDS() |
Getter for DATASOURCEIDS w/ exceptions if field has no value |
HAS_DATASOURCEIDS() |
Determine if DATASOURCEIDS has a value |
FaqIds¶
The identifier of the FAQs that you want to use for your Amazon Kendra experience.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FAQIDS() |
Getter for FAQIDS, with configurable default |
ASK_FAQIDS() |
Getter for FAQIDS w/ exceptions if field has no value |
HAS_FAQIDS() |
Determine if FAQIDS has a value |
DirectPutContent¶
TRUE
to use documents you indexed directly using theBatchPutDocument
API.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DIRECTPUTCONTENT() |
Getter for DIRECTPUTCONTENT |