FoneStorm ivrmenu object representing an account resource in the object store.
{
"id": "IVR3792462920",
"label": "Test IVR",
"options": {
"option0": {
"destination": "Invalid",
"destination_type": "Invalid"
},
"option1": {
"destination": "Invalid",
"destination_type": "Hangup"
},
"option2": {
"destination": "Invalid",
"destination_type": "Invalid"
},
"option3": {
"destination": "Invalid",
"destination_type": "Invalid"
},
"option4": {
"destination": "Invalid",
"destination_type": "Invalid"
},
"option5": {
"destination": "Invalid",
"destination_type": "Hangup"
},
"option6": {
"destination": "Invalid",
"destination_type": "Invalid"
},
"option7": {
"destination": "8559633307",
"destination_type": "FoneNumber"
},
"option8": {
"destination": "1004",
"destination_type": "SpeedDial"
},
"option9": {
"destination": "Invalid",
"destination_type": "Invalid"
},
"optionStar": {
"destination": "Invalid",
"destination_type": "Invalid"
}
},
"digit_timeout": "0.5",
"menu_repeat": "3",
"menu_timeout": "8",
"menu_timeout_options": {
"destination": "1004",
"destination_type": "SpeedDial"
},
"enable_speed_dials": true,
"soundfile": "S123456789"
}
| Property | Type | Description |
|---|
| id | string | IVRMenu ID |
| label | string | Name/Label for IVRMenu |
| options | object | Options object. |
| digit_timeout | string | Digit timeout after seconds. |
| menu_repeat | object | Number of times IVRMenu to be repeated. |
| menu_timeout | string | Menu timeout after seconds. |
| menu_timeout_options | object | Option object. |
| enable_speed_dials | boolean | Allow speed dials or not. |
| soundfile | string | SoundFile ID or text to speech. |
| Property | Type | Description |
|---|
| option0 | object | Option object. |
| option1 | object | Option object. |
| option2 | object | Option object. |
| option3 | object | Option object. |
| option4 | object | Option object. |
| option5 | object | Option object. |
| option6 | object | Option object. |
| option7 | object | Option object. |
| option8 | object | Option object. |
| option9 | object | Option object. |
| optionStar | object | Option object. |
| Property | Type | Description |
|---|
| destination_type | string | Destination service type. |
| destination | string | Destination id. |