Class MissedCallInfo

java.lang.Object
com.ringcentral.definitions.MissedCallInfo

public class MissedCallInfo extends Object
Specifies behavior for the missed call scenario. Returned only if `enabled` parameter of a voicemail is set to 'false'
  • Field Details

    • actionType

      public String actionType
      Specifies the action that should be executed on a missed call. It can either be playing greeting message and disconnection, or sending call to a calling group. If 'ConnectToExtension' is set, then calling group extension should be specified Enum: PlayGreetingAndDisconnect, ConnectToExtension, ConnectToExternalNumber
    • extension

      public MissedCallExtensionInfo extension
  • Constructor Details

    • MissedCallInfo

      public MissedCallInfo()
  • Method Details