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
'Usage
Dim instance As SpeechQuestionAnswerActivity
Dim value As Boolean

value = instance.PreFlushDtmf

instance.PreFlushDtmf = value
public bool PreFlushDtmf { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

SpeechQuestionAnswerActivity Class

SpeechQuestionAnswerActivity Members

Microsoft.Rtc.Workflow.Activities Namespace