Guest Adam Report post Posted 02/22/2005 07:27 PM I am looking at this system for running multiple surveys basically what I need is: 1. Enter the survey code > Branch to that survey 2. Store survey results to a database table 3. Validation e.g. Press 1,2,3 4. Error correction e.g. press # if you make a mistake Need to use TTS which I think this does, also does it support Voice recognition ? or is it just keypad entry Thx Adam Share this post Link to post
SupportTeam Report post Posted 02/22/2005 09:23 PM VoiceGuide can do what you describe above, and is used in a number of similar applications already. Please see our WWW from where you can download the fully working evaluation version of the software. The demonstrations supplied will get you running in a matter of minutes. Voice Recognition is not at this stage available for general release, but we can put together a Voice Recognition system for you if you'd like. Please note that cost of Voice Recognition is over $1000/port. Share this post Link to post
Guest Guest Report post Posted 02/22/2005 11:25 PM Ive got the trial version 1. How can I test it offline? i.e. on my laptop here. 2. How to I branch to different script after a GetNumbers() call e.g. GetNumbers() -> User enters 4427 -> Load up script 4427.vgs and execute it to user The intention is to use this for differnet marketing campaigns which are running for different clients -- we dont want one "huge" script Thx Adam Share this post Link to post
SupportTeam Report post Posted 02/23/2005 01:45 AM You can use $RV's in the goto path - so just specify the name of your new script using the Result Variable which holds the data entered in the Get Numbers module in it.. Share this post Link to post