Share via


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
public bool CanBargeIn { get; set; }
public:
property bool CanBargeIn {
    bool get ();
    void set (bool value);
}
function set_canBargeIn(value);

See Also

SpeechQuestionAnswerActivity Class

Microsoft.Rtc.Workflow.Activities Namespace