# This file was auto-generated by Fern from our API Definition.

import typing_extensions


class PronunciationDictionaryResponseParams(typing_extensions.TypedDict):
    """
    Response returned after successfully creating a pronunciation dictionary.
    """

    dictionary_id: str
    """
    Unique identifier for the created dictionary (e.g. `p_5cb7faa6`). Use this as the `dict_id` parameter in text-to-speech requests.
    """
