ExperienceConfigurationContentSourceConfiguration

data class ExperienceConfigurationContentSourceConfiguration(val dataSourceIds: List<String>? = null, val directPutContent: Boolean? = null, val faqIds: List<String>? = null)

Constructors

constructor(dataSourceIds: List<String>? = null, directPutContent: Boolean? = null, faqIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataSourceIds: List<String>? = null

The identifiers of the data sources you want to use for your Amazon Kendra experience. Maximum number of 100 items.

Link copied to clipboard

Whether to use documents you indexed directly using the BatchPutDocument API. Defaults to false.

Link copied to clipboard
val faqIds: List<String>? = null

The identifier of the FAQs that you want to use for your Amazon Kendra experience. Maximum number of 100 items.