@voiceflow/voiceflow-types
Version:
Voiceflow 'voiceflow' project types
41 lines • 1.23 kB
TypeScript
export declare enum PlatformType {
ALEXA = "alexa",
GOOGLE = "google",
VOICEFLOW = "voiceflow",
DIALOGFLOW_ES = "df-es",
DIALOGFLOW_CX = "df-cx",
RASA = "rasa",
WATSON = "watson",
LEX = "lex",
EINSTEIN = "einstein",
NUANCE_MIX = "nuance-mix",
WEBCHAT = "webchat",
MICROSOFT_TEAMS = "microsoft_teams",
WHATSAPP = "whatsapp",
SMS = "sms",
/** @deprecated LUIS will be sunset on October 1st, 2025. Avoid creating dependencies on LUIS. */
LUIS = "luis",
/** @deprecated use VOICEFLOW instead */
IVR = "ivr",
/** @deprecated use VOICEFLOW instead */
CHATBOT = "chatbot",
/** @deprecated use DIALOGFLOW_ES instead */
DIALOGFLOW_ES_CHAT = "dialogflow_es_chat",
/** @deprecated use VOICEFLOW instead */
DIALOGFLOW_ES_VOICE = "dialogflow_es_voice",
/** @deprecated use VOICEFLOW instead */
GENERAL = "general",
/** @deprecated will be removed soon */
MOBILE_APP = "mobile_app"
}
export declare enum ProjectType {
CHAT = "chat",
VOICE = "voice"
}
export declare enum TTSPlatformType {
ALEXA = "alexa",
AZURE = "azure",
GOOGLE = "google",
ELEVENLABS = "elevenlabs"
}
//# sourceMappingURL=platformType.d.ts.map