@aurahelper/xml-definitions
Version:
Powerfull Libraries to get the XML Definitions of ALL XML Salesforce Metadata Files. Support All API Versions up to API 53.0. You can get the definition of one or more XML files for a specific version of Salesforce. For Example: You can get the XML Defini
17 lines • 686 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MlDomain = void 0;
var core_1 = require("@aurahelper/core");
var mlIntent_1 = require("./types/mlIntent");
var mlSlot_1 = require("./types/mlSlot");
exports.MlDomain = {
description: new core_1.StringXMLField('description', 'Description')
.setMinApi(43)
.setEditable(),
label: new core_1.StringXMLField('label', 'Label')
.setMinApi(43)
.setEditable(),
mlIntents: mlIntent_1.mlIntent('mlIntents', 'Machine Learning Intents'),
mlSlotClasses: mlSlot_1.mlSlot('mlSlotClasses', 'Machine Slot Classes'),
};
//# sourceMappingURL=mlDomain.js.map