A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Kendra/Types/SalesforceChatterFeedConfiguration.html below:

SalesforceChatterFeedConfiguration — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kendra::Types::SalesforceChatterFeedConfiguration
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 collapse Instance Attribute Details #document_data_field_name ⇒ String

The name of the column in the Salesforce FeedItem table that contains the content to index. Typically this is the Body column.

#document_title_field_name ⇒ String

The name of the column in the Salesforce FeedItem table that contains the title of the document. This is typically the Title collumn.

#include_filter_types ⇒ Array<String>

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