IvrMenuActionsInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
input | str | ❌ | Key. The following values are supported: numeric: '1' to '9' Star Hash NoInput |
action | IvrMenuActionsInfoAction | ❌ | Internal identifier of an answering rule |
extension | IvrMenuExtensionInfo | ❌ | For 'Connect' or 'Voicemail' actions only. Extension reference |
phone_number | str | ❌ | For 'Transfer' action only. PSTN number in E.164 format |
IvrMenuActionsInfoAction
Internal identifier of an answering rule
Properties
Name | Type | Required | Description |
---|---|---|---|
CONNECT | str | ✅ | "Connect" |
VOICEMAIL | str | ✅ | "Voicemail" |
DIALBYNAME | str | ✅ | "DialByName" |
TRANSFER | str | ✅ | "Transfer" |
REPEAT | str | ✅ | "Repeat" |
RETURNTOROOT | str | ✅ | "ReturnToRoot" |
RETURNTOPREVIOUS | str | ✅ | "ReturnToPrevious" |
DISCONNECT | str | ✅ | "Disconnect" |
RETURNTOTOPLEVELMENU | str | ✅ | "ReturnToTopLevelMenu" |
DONOTHING | str | ✅ | "DoNothing" |
CONNECTTOOPERATOR | str | ✅ | "ConnectToOperator" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs