@voiceflow/voiceflow-types
Version:
Voiceflow 'voiceflow' project types
44 lines (43 loc) • 1.81 kB
JavaScript
export var PlatformType;
(function (PlatformType) {
PlatformType["ALEXA"] = "alexa";
PlatformType["GOOGLE"] = "google";
PlatformType["VOICEFLOW"] = "voiceflow";
PlatformType["DIALOGFLOW_ES"] = "df-es";
PlatformType["DIALOGFLOW_CX"] = "df-cx";
PlatformType["RASA"] = "rasa";
PlatformType["WATSON"] = "watson";
PlatformType["LEX"] = "lex";
PlatformType["EINSTEIN"] = "einstein";
PlatformType["NUANCE_MIX"] = "nuance-mix";
PlatformType["WEBCHAT"] = "webchat";
PlatformType["MICROSOFT_TEAMS"] = "microsoft_teams";
PlatformType["WHATSAPP"] = "whatsapp";
PlatformType["SMS"] = "sms";
/** @deprecated LUIS will be sunset on October 1st, 2025. Avoid creating dependencies on LUIS. */
PlatformType["LUIS"] = "luis";
/** @deprecated use VOICEFLOW instead */
PlatformType["IVR"] = "ivr";
/** @deprecated use VOICEFLOW instead */
PlatformType["CHATBOT"] = "chatbot";
/** @deprecated use DIALOGFLOW_ES instead */
PlatformType["DIALOGFLOW_ES_CHAT"] = "dialogflow_es_chat";
/** @deprecated use VOICEFLOW instead */
PlatformType["DIALOGFLOW_ES_VOICE"] = "dialogflow_es_voice";
/** @deprecated use VOICEFLOW instead */
PlatformType["GENERAL"] = "general";
/** @deprecated will be removed soon */
PlatformType["MOBILE_APP"] = "mobile_app";
})(PlatformType || (PlatformType = {}));
export var ProjectType;
(function (ProjectType) {
ProjectType["CHAT"] = "chat";
ProjectType["VOICE"] = "voice";
})(ProjectType || (ProjectType = {}));
export var TTSPlatformType;
(function (TTSPlatformType) {
TTSPlatformType["ALEXA"] = "alexa";
TTSPlatformType["AZURE"] = "azure";
TTSPlatformType["GOOGLE"] = "google";
TTSPlatformType["ELEVENLABS"] = "elevenlabs";
})(TTSPlatformType || (TTSPlatformType = {}));