clwoz-models
Version:
Models for ConversationLearner
9 lines • 352 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var DialogType;
(function (DialogType) {
DialogType["TEACH"] = "teach";
DialogType["TRAINDIALOG"] = "traindialog";
DialogType["LOGDIALOG"] = "logdialog";
})(DialogType = exports.DialogType || (exports.DialogType = {}));
//# sourceMappingURL=Session.js.map