class Aws::Kendra::Types::SalesforceStandardKnowledgeArticleTypeConfiguration
Provides configuration information for standard Salesforce knowledge articles.
@note When making an API call, you may pass SalesforceStandardKnowledgeArticleTypeConfiguration
data as a 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 }, ], }
@!attribute [rw] document_data_field_name
The name of the field that contains the document data to index. @return [String]
@!attribute [rw] document_title_field_name
The name of the field that contains the document title. @return [String]
@!attribute [rw] field_mappings
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. @return [Array<Types::DataSourceToIndexFieldMapping>]
@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/SalesforceStandardKnowledgeArticleTypeConfiguration AWS API Documentation
Constants
- SENSITIVE