Platform SDK: Web Telephony Engine

WTEApplication.SuggestConfirmation Property

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.

Syntax

WTEApplication.SuggestConfirmation [ = bSuggest ]

Possible Values

bSuggest
Boolean value that has one of the following settings:
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.

Remarks

If this property is FALSE, the ConfirmationMenuAnnouncement, ConfirmBefore, and ConfirmAfter properties are ignored. For more information, see Confirming the Selection.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

ConfirmationMenuAnnouncement, ConfirmAfter, ConfirmBefore, MaxRecordTime, WTEApplication