You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kendra::Types::SalesforceStandardKnowledgeArticleTypeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::SalesforceStandardKnowledgeArticleTypeConfiguration
- Defined in:
- (unknown)
Overview
When passing SalesforceStandardKnowledgeArticleTypeConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
document_data_field_name: "DataSourceFieldName", # required
document_title_field_name: "DataSourceFieldName",
field_mappings: [
{
data_source_field_name: "DataSourceFieldName", # required
date_field_format: "DataSourceDateFieldFormat",
index_field_name: "IndexFieldName", # required
},
],
}
Provides configuration information for standard Salesforce knowledge articles.
Returned by:
Instance Attribute Summary collapse
-
#document_data_field_name ⇒ String
The name of the field that contains the document data to index.
-
#document_title_field_name ⇒ String
The name of the field that contains the document title.
-
#field_mappings ⇒ Array<Types::DataSourceToIndexFieldMapping>
One or more objects that map fields in the knowledge article to Amazon Kendra index fields.
Instance Attribute Details
#document_data_field_name ⇒ String
The name of the field that contains the document data to index.
#document_title_field_name ⇒ String
The name of the field that contains the document title.
#field_mappings ⇒ Array<Types::DataSourceToIndexFieldMapping>
One or more objects that map fields in the knowledge article to Amazon Kendra index fields. The index field must exist before you can map a Salesforce field to it.