Skip to content

@vowel.to/client v0.3.3-beta


@vowel.to/client / index / VowelConfig

Interface: VowelConfig

Defined in: lib/vowel/types/types.ts:570

Complete Vowel configuration (backend format)

Properties

PropertyTypeDescriptionDefined in
apiKey?stringPreferred token issuer identifier. Accepts either a publishable API key or a legacy appId.lib/vowel/types/types.ts:572
appId?stringLegacy alias for the top-level token issuer identifier. Accepts either a publishable API key or a legacy appId.lib/vowel/types/types.ts:574
routesVowelRoute[]Available routes for navigationlib/vowel/types/types.ts:576
actionsRecord<string, VowelAction>Custom actions the AI can performlib/vowel/types/types.ts:578
voiceConfig?VowelVoiceConfigDeprecated Prefer _voiceConfig.lib/vowel/types/types.ts:580
_voiceConfig?VowelVoiceConfig-lib/vowel/types/types.ts:581
language?string-lib/vowel/types/types.ts:582
initialGreetingPrompt?string-lib/vowel/types/types.ts:583
turnDetectionPreset?VowelTurnDetectionPreset-lib/vowel/types/types.ts:584
systemInstructionOverride?stringCustom system instruction (overrides default)lib/vowel/types/types.ts:586