Newer Version Available
AIInsightValue
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.
AIInsightValue is a one-to-many child of AIRecordInsight. AIInsightValue represents a predicted value of a predicted 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 |
|---|---|
| AiInsightActionId |
|
| AiRecordInsightId |
|
| Confidence |
|
| Field |
|
| FieldValueLowerBound |
|
| FieldValueUpperBound |
|
| Name |
|
| SobjectLookupValueId |
|
| SobjectType |
|
| Value |
|
| ValueType |
|
Usage
- An AIRecordInsight record is created and populated with information about the prediction insight. AIInsightAction, AIInsightReason, and AIInsightValue records are also created and made children of the AIRecordInsight record.
- If the Einstein feature uses AI prediction fields, prediction result values are written to the target AI prediction field.
- An AIPredictionEvent platform event is created, and any subscriber to AIPredictionEvent is notified.
Custom fields can’t be added to Einstein insight objects.
Einstein insights contain information about target fields and predicted value. Be aware that your org may have created Einstein predictions that are associated with target fields with field-level security restrictions. Use data access features of Salesforce, such as user profiles and permission sets, if you need to control how users access Einstein insights records.