Nirav Mehta
"Mobile Web Development"
crust" /> crust and
expr="application.topping" /> topping.
Should I take the order?
Interactive Voice
[ 178 ]
Ok. Let us do it again.
2. Our confirmation grammar is simple. We check for different words the
customer can say to confirm the order and return a Yes or a No. Here's how it
will look:
- yes ]]>
- yep ]]>
- yeah ]]>
- no ]]>
- nope ]]>
- nah ]]>
3. Once the order is confirmed, we need to place it on the server. For this we
need to send all application-level variables that we collected to our web
server.
Pages:
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240