Values.SalesforceKnowledgeArticleConfigurationSourceProvides 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
type nonrec t = {includedStates : SalesforceKnowledgeArticleStateList.t;Specifies the document states that should be included when Amazon Kendra indexes knowledge articles. You must specify at least one state.
*)standardKnowledgeArticleTypeConfiguration : SalesforceStandardKnowledgeArticleTypeConfiguration.t
option;Configuration information for standard Salesforce knowledge articles.
*)customKnowledgeArticleTypeConfigurations : SalesforceCustomKnowledgeArticleTypeConfigurationList.t
option;Configuration information for custom Salesforce knowledge articles.
*)}val make :
?standardKnowledgeArticleTypeConfiguration:??? ->
?customKnowledgeArticleTypeConfigurations:??? ->
includedStates:SalesforceKnowledgeArticleStateList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Enum of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of DataSourceFieldName.t ])
list ]
list
| `String of SalesforceCustomKnowledgeArticleTypeName.t ])
list ]
list
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of DataSourceFieldName.t ]) list ]
list
| `String of DataSourceFieldName.t ])
list ])
list ]