ConsecutiveNoInputsSpeechEventActivity Class

A DialogEventActivity that represents a history-based event triggered when a specified number of consecutive no-inputs occur in a speech workflow. Silence and no recognition are both considered no-inputs.

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

Syntax

'Declaration
<ToolboxItemAttribute(GetType(ActivityToolboxItem))> _
<ToolboxBitmapAttribute(GetType(ConsecutiveNoInputsSpeechEventActivity), "Images.ConsecutiveNoInputsSpeechEventActivity.bmp")> _
Public NotInheritable Class ConsecutiveNoInputsSpeechEventActivity _
    Inherits DialogEventActivity
[ToolboxItemAttribute(typeof(ActivityToolboxItem))]
[ToolboxBitmapAttribute(typeof(ConsecutiveNoInputsSpeechEventActivity), "Images.ConsecutiveNoInputsSpeechEventActivity.bmp")]
public sealed class ConsecutiveNoInputsSpeechEventActivity : DialogEventActivity
[ToolboxItemAttribute(typeof(ActivityToolboxItem))]
[ToolboxBitmapAttribute(typeof(ConsecutiveNoInputsSpeechEventActivity), L"Images.ConsecutiveNoInputsSpeechEventActivity.bmp")]
public ref class ConsecutiveNoInputsSpeechEventActivity sealed : public DialogEventActivity
Microsoft.Rtc.Workflow.Activities.ConsecutiveNoInputsSpeechEventActivity = function();

Type.createClass(
    'Microsoft.Rtc.Workflow.Activities.ConsecutiveNoInputsSpeechEventActivity',
    Microsoft.Rtc.Workflow.Activities.DialogEventActivity);

Inheritance Hierarchy

Object
  DependencyObject
    Activity
      CompositeActivity
        SequenceActivity
          Microsoft.Rtc.Workflow.Activities..::.CommunicationsSequenceActivity
            Microsoft.Rtc.Workflow.Activities..::.DialogEventActivity
              Microsoft.Rtc.Workflow.Activities..::.ConsecutiveNoInputsSpeechEventActivity

See Also

ConsecutiveNoInputsSpeechEventActivity Members

Microsoft.Rtc.Workflow.Activities Namespace