Class PronouncedNameInfo

java.lang.Object
com.ringcentral.definitions.PronouncedNameInfo

public class PronouncedNameInfo extends Object
  • Field Details

    • type

      public String type
      The method used to pronounce the user's name: - `Default` - default extension name; first and last name specified in user's profile are pronounced using text-to-speech; - `TextToSpeech` - custom text specified by a user pronounced using text-to-speech; - `Recorded` - custom audio uploaded by a user, the name recorded in user's own voice (supported only for extension retrieval). Enum: Default, TextToSpeech, Recorded
    • text

      public String text
      Custom text (for `TextToSpeech` type only)
    • prompt

      public PronouncedNamePromptInfo prompt
  • Constructor Details

    • PronouncedNameInfo

      public PronouncedNameInfo()
  • Method Details