ExplainabilityMsgTemplate
Parent Type
File Suffix and Directory Location
ExplainabilityMsgTemplate components have the suffix .explainabilityMsgTemplate and are stored in the ExplainabilityMsgTemplates folder.
Version
ExplainabilityMsgTemplate components are available in API version 56.0 and later.
Fields
Field Name | Description |
---|---|
evaluationResult |
|
expressionSetStepType |
|
expsSetProcessType |
|
isDefault |
|
masterLabel |
|
message |
|
Declarative Metadata Sample Definition
The following is an example of an ExplainabilityMsgTemplate component.
<?xml version="1.0" encoding="UTF-8"?>
<ExplainabilityMsgTemplate
xmlns="http://soap.sforce.com/2006/04/metadata">
<evaluationResult>Passed</evaluationResult>
<expressionSetStepType>Condition</expressionSetStepType>
<expsSetProcessType>ProductQualification</expsSetProcessType>
<isDefault>false</isDefault>
<masterLabel>ML EMT testDM</masterLabel>
<message>EMT Testing</message>
</ExplainabilityMsgTemplate>
The following is an example package.xml that references the previous definition.
<?xml version="1.0" encoding="UTF-8"?>
<Package
xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>*</members>
<name>ExplainabilityMsgTemplate</name>
</types>
<version>64.0</version>
</Package>
Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.