Share via


SpeechQuestionAnswerActivity.PreFlushDtmf Property

Gets or sets whether the DTMF buffer is flushed before recognition starts. The default is False. When False, users can type ahead. If True, any buffered digits are lost.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Property PreFlushDtmf As Boolean
    Get
    Set
public bool PreFlushDtmf { get; set; }
public:
property bool PreFlushDtmf {
    bool get ();
    void set (bool value);
}
function set_preFlushDtmf(value);

See Also

SpeechQuestionAnswerActivity Class

Microsoft.Rtc.Workflow.Activities Namespace