Class PronouncedNameInfo

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

public class PronouncedNameInfo extends Object
  • Field Details

    • type

      public String type
      Voice name type. 'Default' - default extension name; first name and last name specified in user profile; 'TextToSpeech' - custom text; user name spelled the way it sounds and specified by user; 'Recorded' - custom audio, user name recorded in user's own voice (supported only for extension retrieval) Enum: Default, TextToSpeech, Recorded
    • text

      public String text
      Custom text
    • prompt

      public PronouncedNamePromptInfo prompt
  • Constructor Details

    • PronouncedNameInfo

      public PronouncedNameInfo()
  • Method Details