Name | Type | Description | Notes |
---|---|---|---|
_id | NSNumber* | Integer Menu ID. Read-only. | [optional] |
name | NSString* | Name. Required. Unique. | [optional] |
allowExtensionDial | NSNumber* | Boolean. Determines whether a caller can enter an extension number to bypass the menu. | [optional] |
keypressWaitTime | NSNumber* | Number of seconds to wait for the caller to choose a menu option. Must be between 1 and 5 seconds. | [optional] |
greeting | SWGMediaSummary* | Greeting that is played when a caller enters a menu. Output is a Media Summary Object. Input must be a Media Lookup Object. Must refer to a media recording that has is_hold_music set to FALSE. | [optional] |
keypressError | SWGMediaSummary* | Message that is played when the caller makes a keypress error. Output is a Media Summary Object. Input must be a Media Lookup Object. Must refer to a media recording that has is_hold_music set to FALSE. | [optional] |
timeoutHandler | SWGRouteSummary* | Route that will be entered when the caller fails to choose a menu option within the allotted time. Output is a Route Summary Object if the route is named, otherwise the Full Route Object will be shown. Input must be a Route Lookup Object pointing to a named route. | [optional] |
options | NSArray<SWGOption>* | Array of menu option objects. See below for details. | [optional] |