/** * @example * {} */ export interface BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch { /** Whether to archive the pronunciation dictionary. */ archived?: boolean; /** The name of the pronunciation dictionary, used for identification only. */ name?: string; }