SpeechQuestionAnswerActivity.CanBargeIn Property
Gets or sets whether this prompt can be interrupted by the user. When True, recognition begins with the start of the prompt playback. When False, recognition begins after the prompt has finished playing. The default is True.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Property CanBargeIn As Boolean
Get
Set
'Usage
Dim instance As SpeechQuestionAnswerActivity
Dim value As Boolean
value = instance.CanBargeIn
instance.CanBargeIn = value
public bool CanBargeIn { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
SpeechQuestionAnswerActivity Class