@voiceflow/google-types
Version:
Google service types
9 lines • 636 B
TypeScript
import { VoiceflowConstants } from '@voiceflow/voiceflow-types';
import { GoogleIntent } from './intents.js';
import { Locale } from './locales.js';
import { SlotType } from './slots.js';
export declare const GOOGLE_TO_VOICEFLOW_LOCALE_MAP: Record<Locale, VoiceflowConstants.Locale>;
export declare const VOICEFLOW_TO_GOOGLE_LOCALE_MAP: Record<VoiceflowConstants.Locale, Locale>;
export declare const GOOGLE_TO_VOICEFLOW_SLOT_TYPE_MAP: Record<SlotType, VoiceflowConstants.SlotType>;
export declare const VOICEFLOW_TO_GOOGLE_INTENT_MAP: Partial<Record<VoiceflowConstants.IntentName, GoogleIntent>>;
//# sourceMappingURL=mappings.d.ts.map