@voiceflow/base-types
Version:
Voiceflow base project types
7 lines (6 loc) • 333 B
JavaScript
export var NLUUnclassifiedDataType;
(function (NLUUnclassifiedDataType) {
NLUUnclassifiedDataType["CONVERSATION"] = "conversation";
NLUUnclassifiedDataType["PROTOTYPE"] = "prototype";
NLUUnclassifiedDataType["NLU_DATASOURCE_IMPORT"] = "nluDatasourceImport";
})(NLUUnclassifiedDataType || (NLUUnclassifiedDataType = {}));