Package com.ringcentral.definitions
Class MissedCallInfo
java.lang.Object
com.ringcentral.definitions.MissedCallInfo
Specifies behavior for the missed call scenario. Returned only if `enabled` parameter of a voicemail is set to 'false'
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies the action that should be executed on a missed call. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionType
(String actionType) extension
(MissedCallExtensionInfo extension)
-
Field Details
-
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
-
-
Constructor Details
-
MissedCallInfo
public MissedCallInfo()
-
-
Method Details
-
actionType
-
extension
-