@voiceflow/voiceflow-types
Version:
Voiceflow 'voiceflow' project types
19 lines (18 loc) • 829 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BuiltInVariable = void 0;
var BuiltInVariable;
(function (BuiltInVariable) {
BuiltInVariable["LOCALE"] = "locale";
BuiltInVariable["CHANNEL"] = "channel";
BuiltInVariable["USER_ID"] = "user_id";
BuiltInVariable["SESSIONS"] = "sessions";
BuiltInVariable["PLATFORM"] = "platform";
BuiltInVariable["TIMESTAMP"] = "timestamp";
BuiltInVariable["INTENT_CONFIDENCE"] = "intent_confidence";
BuiltInVariable["LAST_UTTERANCE"] = "last_utterance";
BuiltInVariable["LAST_RESPONSE"] = "last_response";
BuiltInVariable["LAST_EVENT"] = "last_event";
BuiltInVariable["VF_MEMORY"] = "vf_memory";
BuiltInVariable["VF_CHUNKS"] = "vf_chunks";
})(BuiltInVariable || (exports.BuiltInVariable = BuiltInVariable = {}));