Browse by Tags
All Tags »
Coding and Stuf... »
Speech Server 2007 (RSS)
Q: Clear and Append or Set? statementActivity1.MainPrompt.ClearContent(); statementActivity1.MainPrompt.AppendText("This is a prompt"); or statementActivity1.MainPrompt.SetText("This is a prompt"); A: I've used both, and it doesn't make that big of a
Read More...
For now I'm going to put questions for you to think about now and answer them in a later post. These are questions you should know and are really some best practice guidelines. Clear and Append or Set? statementActivity1.MainPrompt.ClearContent(); statementActivity1.MainPrompt.AppendText("This
Read More...
If you were at mine and Marshall's session at TechEd (or even Albert's session). You probably saw a demo of Speech Server accessing an Exchange Calendar using Speech Server. Yes, Exchange 2007 does have a Voice Access feature as part of thier UM offering,
Read More...
If you have looked at the new Conversational Grammar Builder it can be a little confusing at first. There are two parts to the conversational grammar builder: Keywords and Answers. (If you were at TechEd and seen mine and Marshall's session, this should
Read More...
I have a version of the CallQueue Activity that I've been working on. It only does a blind transfer right now, and it doesnt get OCS presence data yet. The plan is to have it check OCS presence data to find an available agent, right now I'm just simulating
Read More...
I've run across this site before and it covers some good design tips. Listed here http://www.gethuman.com/standard/v1.0.html They also grade the top 500 customer called numbers in the US and also list a cheat sheet how to get a real person for each number,
Read More...
I was looking for a way to support N-Best type of processing in MSS 2007 BETA for a Speech Workflow Applications. I believe the best way to do this is to use the underlying SAPI stuff that Speech Server is built on, so you could use this same concept
Read More...
I previously wrote about the NavigableList activity in Speech Workflow applications in Microsoft Speech Server 2007 Beta. I showed you how to data bindthe NavigableList to a simple collection, but I didn't go into how to use it to data bind to SQL using
Read More...
Earlier Marshall blogged about Speech Workflow Applications in Microsoft Speech Server 2007 Beta. Today, I am going to dive a little deeper into one of my favorite Speech Workflow activities, the NavigableList. The Microsoft Speech Team posted about my
Read More...