ConsecutiveNoInputsInstantMessagingEventActivity Class

A DialogEventActivity that represents a history-based event triggered when a specified number of consecutive no-inputs occur in an instant messaging 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
<ToolboxBitmapAttribute(GetType(ConsecutiveNoInputsInstantMessagingEventActivity), "Images.ConsecutiveNoInputsInstantMessagingEventActivity.bmp")> _
Public NotInheritable Class ConsecutiveNoInputsInstantMessagingEventActivity _
    Inherits DialogEventActivity
[ToolboxBitmapAttribute(typeof(ConsecutiveNoInputsInstantMessagingEventActivity), "Images.ConsecutiveNoInputsInstantMessagingEventActivity.bmp")]
public sealed class ConsecutiveNoInputsInstantMessagingEventActivity : DialogEventActivity
[ToolboxBitmapAttribute(typeof(ConsecutiveNoInputsInstantMessagingEventActivity), L"Images.ConsecutiveNoInputsInstantMessagingEventActivity.bmp")]
public ref class ConsecutiveNoInputsInstantMessagingEventActivity sealed : public DialogEventActivity
Microsoft.Rtc.Workflow.Activities.ConsecutiveNoInputsInstantMessagingEventActivity = function();

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

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.ComponentModel.CompositeActivity
        System.Workflow.Activities.SequenceActivity
          Microsoft.Rtc.Workflow.Activities.CommunicationsSequenceActivity
            Microsoft.Rtc.Workflow.Activities.DialogEventActivity
              Microsoft.Rtc.Workflow.Activities.ConsecutiveNoInputsInstantMessagingEventActivity

See Also

ConsecutiveNoInputsInstantMessagingEventActivity Members

Microsoft.Rtc.Workflow.Activities Namespace