Newer Version Available
AIInsightFeedback
An Einstein insight is created every time an Einstein feature, such as Prediction Builder, makes a prediction. An insight is represented by a root AIRecordInsight and the following child objects: AIInsightAction, AIInsightFeedback, AIInsightReason, and AIInsightValue.
AIInsightFeedback is a one-to-many child of AIRecordInsight. AIInsightFeedback contains information about explicit and implicit feedback collected from users for a particular insight.
Supported Calls
describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()
Special Access Rules
Prediction insight objects are only available in orgs that have Einstein features, such as Prediction Builder or Case Classification, enabled.
Fields
| Field | Details |
|---|---|
| ActualValue |
|
| AiFeedback |
|
| AiInsightFeedbackType |
|
| AiRecordInsightId |
|
| Name |
|
| Rank |
|
| ValueId |
|
Usage
Salesforce creates AIInsightFeedback records based on user responses to predictions after the prediction has been created. User feedback, such as a thumbs up/down response or accepting a recommended value, results in the creation of a feedback record in which the feedback type is explicit. An implicit feedback record is created when Einstein makes a recommendation but the field is updated in another way, for example, by a process. Once the AIInsightFeedback record has been created, it’s immutable.
Custom fields can’t be added to Einstein insight objects.