TeleFlow Step 0420

TeleFlow Step 0420

From TeleFlow

(Difference between revisions)
Jump to: navigation, search

Wikilib (Talk | contribs)
(New page: Image:Iv_420.gif <strong><big>SR Get Digits Step</big></strong><br> Collects a series of digits using speech recognition.<br> <br> ===Properties=== <b>Variable to receive voice digits:...)
Next diff →

Current revision

Image:Iv_420.gif SR Get Digits Step
Collects a series of digits using speech recognition.

Contents

Properties

Variable to receive voice digits: The result of the speech recognition - a series of digits - will be put in this TeleFlow variable. This field is populated with @SR_DIGITS by default, but may be any TeleFlow variable. This field must not be blank.

THRESHOLD confidence %: The result confidence is compared against this minimum confidence to determine a valid result. This field is populated with 50 by default. This field must not be blank. (Confidence is an indication of how "certain" the SR Engine is that the result found is a match to what the caller said.)

Variable to receive confidence %: The result confidence percentage will be put in this TeleFlow variable. This field is populated with @SR_CONFIDENCE by default. This field can be blank.

No-Voice TIMEOUT (ms): If no speech or touch-tones are detected in this time, the timeout path is followed. Note that if speech or touch-tones are pending processing when the step is reached, this timeout will not occur. This field is blank by default. If this field is blank, the system default @TIMEOUT setting will be used.

Remember this recognition for verification through SpeechTrainer: If checked, the recognition is made available for review with SpeechTrainer. ('Save SR Audio to Log Directory' must be checked in TeleFlow Config for the appropriate Speech Trainer files to be generated.)

Variable to receive SR Handle: A variable to receive an SR Handle generated by TeleFlow. In order to flag an SR result (using SR Flag Result), an SR Handle is required.

Retain audio on Threshold: Check this checkbox to compare the speech recognition audio against another grammar (such as SR Get String) when the result confidence is less than the THRESHOLD confidence.

Action Steps

Image:Iv_925.gif Unrecognized Voice Action: The confidence was less than the THRESHOLD confidence,or a touch tone was received, and the confidence was set to 0.

Image:Iv_920.gif Time Out: No speech or touch tones were detected before the No-Voice TIMEOUT elapsed.

Supported Telephony Hardware Platforms

Dialogic (prompted only)
NMS Communications

Related Steps

Image:Iv_400.gif SR Acquire
Image:Iv_430.gif SR Get Yes/No
Image:Iv_440.gif SR Get String