Adds new pronunciation rules to an existing dictionary. After adding rules, automatically updates all agents using this dictionary with the new configuration.
Dictionary identifier
Rules to add
Request to add new pronunciation rules to an existing pronunciation dictionary. If a rule with the same text already exists in the dictionary, it will be replaced with the new rule. The dictionary's content hash and last updated timestamp will be updated after the operation.
Pronunciation rules to add to the dictionary. Each rule specifies a word or phrase to match and how it should be pronounced using either alias (text replacement) or phonetic representation. If a rule with the same text already exists, the existing rule will be replaced with the new one.
1Base class for pronunciation rules that control how specific text is spoken during TTS synthesis. Rules use polymorphic serialization with a type discriminator to support different pronunciation methods (alias or phonetic).
Pronunciation rules added successfully
Pronunciation dictionary information including rules, metadata, and provider details. Contains all data needed to use the dictionary with TTS voices and track changes over time.
Unique identifier assigned by the TTS provider. Used to reference this dictionary when configuring voices or making API calls to the provider.
1TTS provider that hosts this pronunciation dictionary. Supported providers: ElevenLabs, Cartesia. The dictionary can only be used with voices from the same provider.
1Organization that owns this pronunciation dictionary. Used for access control and resource management.
1Content hash for tracking dictionary changes. This hash changes whenever rules are added, removed, or modified, allowing you to detect updates without comparing full rule lists.
1Pronunciation rules defining how specific words and phrases should be spoken. Each rule specifies text to match and its pronunciation using either alias (alternative text) or phonetic representation.
Base class for pronunciation rules that control how specific text is spoken during TTS synthesis. Rules use polymorphic serialization with a type discriminator to support different pronunciation methods (alias or phonetic).
Display name for the pronunciation dictionary. Used to identify and organize dictionaries in your account.
1Timestamp when the pronunciation dictionary was originally created.
Timestamp when the pronunciation dictionary was last modified. Updates when rules are added, removed, or the name is changed.