Web API Issue 1

F2F Agenda issues last issue next issue

Raised by: Robert in mail.

To get the reco result I think i have to write "e.result.item(0).interpretation". This is a lot of dots and an index just to get the top result.

Discussion: I'd much rather just write "e.interpretation". We should consider just putting the utterance & interpretation of the top result right there on the SpeechInputResult interface, since in most cases people won't want to dig into the array of alternatives.

Resolution: Add an utterance and interpretation to the event that gives a short cut to result.item(0).interpretation.

Dan: Also added confidence to the top level. Also talked about changing results to resultHistory

next