Partager via


How to: View the History of the Current Call

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Use the Voice Response Debugging Window dialog box to view a transaction history of the current call while debugging a managed code voice response application.

Viewing Call History While Debugging

To view call history while debugging

  1. Start a debugging session.

    For more information, see How to: Start a Debugging Session.

  2. In the Voice Response Debugging Window dialog box, click the User Input tab.

  3. In the Text Input box, enter the text that you want to emulate, and then select a recognition confidence value.

  4. When the recognizer expects input, click Submit.

  5. On the Call History tab, see system output and debugger input displayed in chronological sequence.

Text Colors

Text color on the Call History tab indicates the source of the input:

  • Green text represents system input.
  • Red text represents initial user input.
  • Blue text represents changed user input.
  • Black text represents activity involved in the transaction.

See Also

Other Resources

Debug Speech Applications
Managed Code Sample Applications
Lab: Debugging the Survey Tutorial Application