Module Values.SalesforceKnowledgeArticleConfigurationSource

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

Sourcetype nonrec t = {
  1. includedStates : SalesforceKnowledgeArticleStateList.t;
    (*

    Specifies the document states that should be included when Amazon Kendra indexes knowledge articles. You must specify at least one state.

    *)
  2. standardKnowledgeArticleTypeConfiguration : SalesforceStandardKnowledgeArticleTypeConfiguration.t option;
    (*

    Configuration information for standard Salesforce knowledge articles.

    *)
  3. customKnowledgeArticleTypeConfigurations : SalesforceCustomKnowledgeArticleTypeConfigurationList.t option;
    (*

    Configuration information for custom Salesforce knowledge articles.

    *)
}
Sourceval context_ : string
Sourceval make : ?standardKnowledgeArticleTypeConfiguration:??? -> ?customKnowledgeArticleTypeConfigurations:??? -> includedStates:SalesforceKnowledgeArticleStateList.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t