E-commerce Lecture 3 Ravi Raman CERC, West Virginia University
Sample Code: Tapered Prompts Welcome to the ice cream survey. vanilla|chocolate|strawberry What is your favorite flavor? Say chocolate, vanilla, or strawberry. Sorry, no help is available. Source: VoiceXML Forum
Contents of Forms Form items –Field items –Control items Variable declarations (non-field items) Event Handlers Filled actions
Form Field Items Field – value to be obtained using speech or keypad input Record – an audio recording of speech input Transfer – transfer to another destination Object – invoke an external object Sub-dialog – invoke a VoiceXML dialog
Variables name – name of variable expr – optional initial value of variable
Assign Assigns a value to a variable
Clear Resets one or more form items –Variable is set to undefined –Prompt and event counters for those for items are reinitialized Namelist – names of the form items to be reset. Default all form items in current form.
Branching Logic: If, Else, Elseif Stop. Stop. Go FAST
Conditional Operators Must be “escaped” > “>” < “<” >= <= && Typical ECMA operators != == ||
Grammars Speech Grammars DTMF Grammars (keypad input)
Speech Grammars –Specifies speech input and corresponding actions –Grammar Formats Java Speech API Grammar Format (JSGF) –Inline or External File
Speech Grammars External File – Inline – genie – Exit | finished | over | end | stop | done –
Multilingual Phonetics The International Phonetic Association
Menus Simple form with one anonymous field Prompts user for selection Executes action based on user’s choice
Sample Menu Welcome home. Say one of: Sports Weather Stargazer astrophysics news Please say one of
Menu with DTMF Welcome home. For, press. sports weather Stargazer astrophysics news
Motorola Development Tools –Click on link for Mobile Application Development Kit –Need to register to download tools (link at bottom of page) After registration, –login (enable cookies in browser) –Download and install Motorola IDE using link at top of the MIX Mobile ADK Download page –Fill in rest of form and download Mobile ADK –Install Motorola IDE before installing the Mobile ADK
Motorola Demos Motorola IDE MADK Simulator
E-commerce Lecture 3 Ravi Raman CERC, West Virginia University