UNPKG

snips-sam

Version:

The Snips Assistant Manager

11 lines (10 loc) 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Binding = (function () { function Binding(yamlDoc) { this.intentName = yamlDoc.intent; this.action = yamlDoc.action.replace('{%', '').replace('%}', ''); } return Binding; }()); exports.Binding = Binding;