@voiceflow/google-types
Version:
Google service types
90 lines (89 loc) • 7.75 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VOICEFLOW_TO_GOOGLE_INTENT_MAP = exports.GOOGLE_TO_VOICEFLOW_SLOT_TYPE_MAP = exports.VOICEFLOW_TO_GOOGLE_LOCALE_MAP = exports.GOOGLE_TO_VOICEFLOW_LOCALE_MAP = void 0;
const voiceflow_types_1 = require("@voiceflow/voiceflow-types");
const intents_1 = require("./intents");
const locales_1 = require("./locales");
const slots_1 = require("./slots");
exports.GOOGLE_TO_VOICEFLOW_LOCALE_MAP = {
[]: voiceflow_types_1.VoiceflowConstants.Locale.ZH_CN,
[]: voiceflow_types_1.VoiceflowConstants.Locale.ZH_CN,
[]: voiceflow_types_1.VoiceflowConstants.Locale.EN_US, // FIXME: Unsupported language by LUIS
[]: voiceflow_types_1.VoiceflowConstants.Locale.NL_NL,
[]: voiceflow_types_1.VoiceflowConstants.Locale.NL_NL,
[]: voiceflow_types_1.VoiceflowConstants.Locale.EN_US,
[]: voiceflow_types_1.VoiceflowConstants.Locale.EN_US,
[]: voiceflow_types_1.VoiceflowConstants.Locale.EN_US,
[]: voiceflow_types_1.VoiceflowConstants.Locale.EN_US,
[]: voiceflow_types_1.VoiceflowConstants.Locale.EN_US,
[]: voiceflow_types_1.VoiceflowConstants.Locale.EN_US,
[]: voiceflow_types_1.VoiceflowConstants.Locale.EN_US,
[]: voiceflow_types_1.VoiceflowConstants.Locale.FR_FR,
[]: voiceflow_types_1.VoiceflowConstants.Locale.FR_CA,
[]: voiceflow_types_1.VoiceflowConstants.Locale.FR_FR,
[]: voiceflow_types_1.VoiceflowConstants.Locale.DE_DE,
[]: voiceflow_types_1.VoiceflowConstants.Locale.DE_DE,
[]: voiceflow_types_1.VoiceflowConstants.Locale.DE_DE,
[]: voiceflow_types_1.VoiceflowConstants.Locale.DE_DE,
[]: voiceflow_types_1.VoiceflowConstants.Locale.HI_IN,
[]: voiceflow_types_1.VoiceflowConstants.Locale.EN_US, // FIXME: Unsupported language by LUIS
[]: voiceflow_types_1.VoiceflowConstants.Locale.IT_IT,
[]: voiceflow_types_1.VoiceflowConstants.Locale.JA_JP,
[]: voiceflow_types_1.VoiceflowConstants.Locale.KO_KR,
[]: voiceflow_types_1.VoiceflowConstants.Locale.EN_US, // FIXME: Unsupported language by LUIS
[]: voiceflow_types_1.VoiceflowConstants.Locale.EN_US, // FIXME: Unsupported language by LUIS
[]: voiceflow_types_1.VoiceflowConstants.Locale.PT_BR,
[]: voiceflow_types_1.VoiceflowConstants.Locale.EN_US, // FIXME: Unsupported language by LUIS
[]: voiceflow_types_1.VoiceflowConstants.Locale.ES_ES,
[]: voiceflow_types_1.VoiceflowConstants.Locale.ES_ES,
[]: voiceflow_types_1.VoiceflowConstants.Locale.EN_US, // FIXME: Unsupported language by LUIS
[]: voiceflow_types_1.VoiceflowConstants.Locale.EN_US, // FIXME: Unsupported language by LUIS
[]: voiceflow_types_1.VoiceflowConstants.Locale.TR_TR,
};
exports.VOICEFLOW_TO_GOOGLE_LOCALE_MAP = {
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.DE_DE,
[]: locales_1.Locale.EN_US,
[]: locales_1.Locale.ES_ES,
[]: locales_1.Locale.ES_419,
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.FR_CA,
[]: locales_1.Locale.FR_FR,
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.HI_IN,
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.IT_IT,
[]: locales_1.Locale.JA_JP,
[]: locales_1.Locale.KO_KR,
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.NL_NL,
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.PT_BR,
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.TR_TR,
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
[]: locales_1.Locale.ZH_TW,
[]: locales_1.Locale.EN_US, // FIXME: Unsupported language by Google
};
exports.GOOGLE_TO_VOICEFLOW_SLOT_TYPE_MAP = {
[]: voiceflow_types_1.VoiceflowConstants.SlotType.DATETIME,
[]: voiceflow_types_1.VoiceflowConstants.SlotType.DATETIME,
[]: voiceflow_types_1.VoiceflowConstants.SlotType.NUMBER,
[]: voiceflow_types_1.VoiceflowConstants.SlotType.DATETIME,
};
exports.VOICEFLOW_TO_GOOGLE_INTENT_MAP = {
[]: intents_1.GoogleIntent.NO,
[]: intents_1.GoogleIntent.YES,
[]: intents_1.GoogleIntent.REPEAT,
};