Newer Version Available
AIInsightFeedback
An Einstein insight is created every time an Einstein feature, such as Prediction Builder or Case Classification, 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. Explicit feedback, such as a thumbs up/down response, will cause the creation of a feedback record. Implicit feedback, such as accepting a recommended predicted value, will cause the creation of a feedback record. Once the AIInsightFeedback record has been created, it is immutable.
Custom fields cannot be added to Einstein insight objects.