"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NoReplyType = void 0;
var NoReplyType;
(function (NoReplyType) {
NoReplyType["PATH"] = "path";
NoReplyType["REPROMPT"] = "reprompt";
})(NoReplyType || (exports.NoReplyType = NoReplyType = {}));