@voiceflow/base-types
Version:
Voiceflow base project types
10 lines (9 loc) • 479 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NLUUnclassifiedDataType = void 0;
var NLUUnclassifiedDataType;
(function (NLUUnclassifiedDataType) {
NLUUnclassifiedDataType["CONVERSATION"] = "conversation";
NLUUnclassifiedDataType["PROTOTYPE"] = "prototype";
NLUUnclassifiedDataType["NLU_DATASOURCE_IMPORT"] = "nluDatasourceImport";
})(NLUUnclassifiedDataType || (exports.NLUUnclassifiedDataType = NLUUnclassifiedDataType = {}));