InstantMessagingCommandActivity Class
Represents a digression in the dialog flow caused by an instant message request from the user.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
<ToolboxBitmapAttribute(GetType(InstantMessagingCommandActivity), "Images.InstantMessagingCommandActivity.bmp")> _
Public Class InstantMessagingCommandActivity _
Inherits CommandActivity
[ToolboxBitmapAttribute(typeof(InstantMessagingCommandActivity), "Images.InstantMessagingCommandActivity.bmp")]
public class InstantMessagingCommandActivity : CommandActivity
[ToolboxBitmapAttribute(typeof(InstantMessagingCommandActivity), L"Images.InstantMessagingCommandActivity.bmp")]
public ref class InstantMessagingCommandActivity : public CommandActivity
Microsoft.Rtc.Workflow.Activities.InstantMessagingCommandActivity = function();
Type.createClass(
'Microsoft.Rtc.Workflow.Activities.InstantMessagingCommandActivity',
Microsoft.Rtc.Workflow.Activities.CommandActivity);
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.CommandActivity
Microsoft.Rtc.Workflow.Activities.InstantMessagingCommandActivity
Microsoft.Rtc.Workflow.Activities.InstantMessagingHelpCommandActivity