UNPKG

snips-sam

Version:

The Snips Assistant Manager

10 lines 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Binding { constructor(yamlDoc) { this.intentName = yamlDoc.intent; this.action = yamlDoc.action.replace('{%', '').replace('%}', ''); } } exports.Binding = Binding; //# sourceMappingURL=binding.js.map