| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ContentSourceConfiguration |
ContentSourceConfiguration.clone() |
ContentSourceConfiguration |
ExperienceConfiguration.getContentSourceConfiguration()
The identifiers of your data sources and FAQs.
|
ContentSourceConfiguration |
ContentSourceConfiguration.withDataSourceIds(Collection<String> dataSourceIds)
The identifier of the data sources you want to use for your Amazon Kendra experience.
|
ContentSourceConfiguration |
ContentSourceConfiguration.withDataSourceIds(String... dataSourceIds)
The identifier of the data sources you want to use for your Amazon Kendra experience.
|
ContentSourceConfiguration |
ContentSourceConfiguration.withDirectPutContent(Boolean directPutContent)
TRUE to use documents you indexed directly using the BatchPutDocument operation. |
ContentSourceConfiguration |
ContentSourceConfiguration.withFaqIds(Collection<String> faqIds)
The identifier of the FAQs that you want to use for your Amazon Kendra experience.
|
ContentSourceConfiguration |
ContentSourceConfiguration.withFaqIds(String... faqIds)
The identifier of the FAQs that you want to use for your Amazon Kendra experience.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExperienceConfiguration.setContentSourceConfiguration(ContentSourceConfiguration contentSourceConfiguration)
The identifiers of your data sources and FAQs.
|
ExperienceConfiguration |
ExperienceConfiguration.withContentSourceConfiguration(ContentSourceConfiguration contentSourceConfiguration)
The identifiers of your data sources and FAQs.
|
Copyright © 2021. All rights reserved.