SalesforceKnowledgeArticleConfiguration
Provides the configuration information for the knowledge article types that Amazon Kendra indexes. Amazon Kendra indexes standard knowledge articles and the standard fields of knowledge articles, or the custom fields of custom knowledge articles, but not both
Types
Properties
Link copied to clipboard
val customKnowledgeArticleTypeConfigurations: List<SalesforceCustomKnowledgeArticleTypeConfiguration>?
Configuration information for custom Salesforce knowledge articles.
Link copied to clipboard
Specifies the document states that should be included when Amazon Kendra indexes knowledge articles. You must specify at least one state.
Link copied to clipboard
Configuration information for standard Salesforce knowledge articles.
Functions
Link copied to clipboard
inline fun copy(block: SalesforceKnowledgeArticleConfiguration.Builder.() -> Unit = {}): SalesforceKnowledgeArticleConfiguration