SalesforceChatterFeedConfiguration

The configuration information for syncing a Salesforce chatter feed. The contents of the object comes from the Salesforce FeedItem table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Maps fields from a Salesforce chatter feed into Amazon Kendra index fields.

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String