| Anonymous | Hello,
Currently, the Audium Form (with Confirm) elements do not store the actual utterance as element data but it is logged in the application log files. Future releases will add functionality and support for more shadow variables for the Form element. However, it is possible to build your own custom element with the current release that will provide your with the functionality you are looking for, or you may also use a vxml insert element.
If you are using VWS 2.0 or NVP with the Form element, you can use a grammar that fills multiple slots. However, in this case, you should NOT have any slot that is named "foundation_fld". The value that is stored in "value" will be a string that contains all the slot name/value pairs. For example, if the grammar has as slot names "lastname", "name" & "firstname", you would get the following result:
voice input - "mary lee" stored in "value" - {lastname="lee" name="mary lee" firstname="mary"} utterance logged - mary lee
Most likely, you will want to process the element data at some point after the element has collected the input.
Regards,
Joe |
| Please sign in to flag this as inappropriate. |