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 Input

Input representation of the DES token mapping in an expression set version step.
Root XML tag
<ExpressionSetDesTokenMappingInput>
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"noResultMessageTokenMappings": [
15{
16"expressionSetMessageToken": "year",
17"resourceReference": "Year"
18}
19]
Properties
Name Type Description Required or Optional Available Version
resource​Reference String Name of the expression set resource that’s mapped to a token, such as Variable, Constant, or FiledAlias. Required 59.0
expressionSet​MessageToken String Name of the explainability message template token. Required 59.0