====== Menus ====== A menu gives the user a list of choices to select from and transitions to a different dialog or document based on the user's choice. Following is an example of a menu: Say what sports news you are interested in: Hockey Baseball Football Please say what sports news you are interested in The menu element supports the following attributes: |id|The id attribute identifies the menu.| |scope|The scope attribute identifies the scope of the menu's grammar.| |dtmf|If choices in a menu don't have explicit DTMF elements, they are given implicit ones "1", "2", etc. This is only if DTMF is set to 'true'.| The choice element specifies the URL to go based on the choice selected from the menu. The enumerate element specifies a template that is applied to each choice in the order they appear in the menu. So, for the above code example, the menu's prompt would be, "Please say what sports news you are interested in listening: hockey, baseball, or football.”