@vowel.to/client / index / VowelConfig
Interface: VowelConfig
Defined in: lib/vowel/types/types.ts:570
Complete Vowel configuration (backend format)
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
apiKey? | string | Preferred token issuer identifier. Accepts either a publishable API key or a legacy appId. | lib/vowel/types/types.ts:572 |
appId? | string | Legacy alias for the top-level token issuer identifier. Accepts either a publishable API key or a legacy appId. | lib/vowel/types/types.ts:574 |
routes | VowelRoute[] | Available routes for navigation | lib/vowel/types/types.ts:576 |
actions | Record<string, VowelAction> | Custom actions the AI can perform | lib/vowel/types/types.ts:578 |
voiceConfig? | VowelVoiceConfig | Deprecated 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? | string | Custom system instruction (overrides default) | lib/vowel/types/types.ts:586 |