You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kendra::Types::SalesforceChatterFeedConfigurationWhen passing SalesforceChatterFeedConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
document_data_field_name: "DataSourceFieldName", document_title_field_name: "DataSourceFieldName",
field_mappings: [
{
data_source_field_name: "DataSourceFieldName", date_field_format: "DataSourceDateFieldFormat",
index_field_name: "IndexFieldName", },
],
include_filter_types: ["ACTIVE_USER"], }
Defines configuration for syncing a Salesforce chatter feed. The contents of the object comes from the Salesforce FeedItem table.
Returned by:
Instance Attribute Summary collapseThe name of the column in the Salesforce FeedItem table that contains the content to index.
The name of the column in the Salesforce FeedItem table that contains the title of the document.
Maps fields from a Salesforce chatter feed into Amazon Kendra index fields.
Filters the documents in the feed based on status of the user.
The name of the column in the Salesforce FeedItem table that contains the content to index. Typically this is the Body
column.
The name of the column in the Salesforce FeedItem table that contains the title of the document. This is typically the Title
collumn.
Filters the documents in the feed based on status of the user. When you specify ACTIVE_USERS
only documents from users who have an active account are indexed. When you specify STANDARD_USER
only documents for Salesforce standard users are documented. You can specify both.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4