UNPKG

@voiceflow/google-types

Version:
9 lines 627 B
import { VoiceflowConstants } from '@voiceflow/voiceflow-types'; import { GoogleIntent } from './intents'; import { Locale } from './locales'; import { SlotType } from './slots'; 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