Package com.ringcentral.definitions
Class IvrMenuInfo
java.lang.Object
com.ringcentral.definitions.IvrMenuInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionKeys handling settingsNumber of an IVR Menu extensionInternal identifier of an IVR Menu extensionFirst name of an IVR Menu userNumber of attempts the IVR prompt will be played during a call before the "NoInput" rule will be executed.Link to an IVR Menu extension resource Format: uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions(IvrMenuActionsInfo[] actions) extensionNumber(String extensionNumber) prompt(IvrMenuPromptInfo prompt) promptRepeatCount(Long promptRepeatCount) site(IvrMenuSiteInfo site)
-
Field Details
-
id
Internal identifier of an IVR Menu extension -
uri
Link to an IVR Menu extension resource Format: uri -
name
First name of an IVR Menu user -
extensionNumber
Number of an IVR Menu extension -
promptRepeatCount
Number of attempts the IVR prompt will be played during a call before the "NoInput" rule will be executed. For request payloads, unsupported values return a `CMN-101` error. Required Format: int32 Enum: 1, 2, 3 -
site
-
prompt
-
actions
Keys handling settings
-
-
Constructor Details
-
IvrMenuInfo
public IvrMenuInfo()
-
-
Method Details
-
id
-
uri
-
name
-
extensionNumber
-
promptRepeatCount
-
site
-
prompt
-
actions
-