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.

Expression Set DES Token Mapping

Output representation of the DES token mapping in an expression set version step.
JSON example
1"passedMessageTokenMappings": [
2{
3"expressionSetMessageToken": "price",
4"resourceReference": "DM1__Price"
5}
6],
7"failedMessageTokenMappings": [
8{
9"expressionSetMessageToken": "model",
10"resourceReference": "Model"
11}
12],
13
14"noResultTokenMappings": [
15{
16"expressionSetMessageToken": "year",
17"resourceReference": "Year"
18}
19]
Properties
Name Type Description Filter Group and Version Available Version
resource​Reference String Name of the expression set resource that’s mapped to a token, such as Variable, Constant, or FiledAlias. Small, 59.0 59.0
expressionSet​MessageToken String Name of the explainability message template token. Small, 59.0 59.0