@cognigy/rest-api-client
Version:
Cognigy REST-Client
20 lines • 471 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.arrayTDebugEventTypes = void 0;
exports.arrayTDebugEventTypes = [
"inputChanged",
"contextChanged",
"profileChanged",
"activeEntrypointsChanged",
"nodeExecuted",
"nodeError",
"finalPing",
"input",
"output",
"switchedFlow",
"nluWarning",
"debugMessage",
"debugError",
"goalCompleted",
];
//# sourceMappingURL=TDebugEventType.js.map