Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Message Template Detail

Output representation of explainability message template details.
JSON example
1{
2  "expressionSetStepType": "Branch",
3  "id": "8U8x00000000027CAA",
4  "isDefault": true,
5  "message": "This is Branch Passing Message",
6  "name": "BranchMessageTemplate",
7  "resultType": "Passed"
8}
Property Name Type Description Filter Group and Version Available Version
expression​SetStep​Type String The step type in an expression set version that uses the explainability message template.

Possible values:

  • Calculation
  • Branch
  • Condition
  • Decision Matrix Lookup
  • Decision Table Lookup
  • Aggregation
  • Sub Expression
  • Business Element
Small, 56.0 56.0
id String The record ID of the explainability message template. Small, 56.0 56.0
isDefault Boolean Indicates whether the decision explainer template for a specified step type is default (true) or not (false). Small, 56.0 56.0
message String The explanation message in the explainability message template for a specific expression set step type. Small, 56.0 56.0
name String The name that identifies the explainability message template. Small, 56.0 56.0
resultType String

The type of result for which the message template can be used. The step type for which the result is evaluated can be a condition, conditional group, or branch.

Possible Values:

  • Passed
  • Failed
Small, 56.0 56.0