Platform SDK: Web Telephony Engine |
The SuggestConfirmation property sets or retrieves whether WTE is to suggest a confirmation menu after the caller selects a menu item by using speech recognition.
WTEApplication.SuggestConfirmation [ = bSuggest ]
Setting | Meaning |
---|---|
TRUE | WTE suggests a confirmation menu. |
FALSE | WTE Immediately chooses the recognized menu item without first suggesting a confirmation menu. This is the default value. |
This property is read-write.
If this property is FALSE, the ConfirmationMenuAnnouncement, ConfirmBefore, and ConfirmAfter properties are ignored. For more information, see Confirming the Selection.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Mswtecom.idl and Mswtecom.h.
Library: Use Mswtecom.lib.
ConfirmationMenuAnnouncement, ConfirmAfter, ConfirmBefore, MaxRecordTime, WTEApplication