InstantMessagingCommandActivity Members
Include Protected Members
Include Inherited Members
Represents a digression in the dialog flow caused by an instant message request from the user.
The InstantMessagingCommandActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
InstantMessagingCommandActivity() | Creates a new instance. |
![]() |
InstantMessagingCommandActivity(String) | Creates a new instance with the specified name. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Activities | (inherited from CompositeActivity) |
![]() |
CallProvider | Gets or sets a CallProvider object that exposes different objects like the Call object, SpeechSynthesizer object, and the recognizers used in instant message or speech dialogs. (inherited from CommunicationsSequenceActivity) |
![]() |
CanModifyActivities | (inherited from CompositeActivity) |
![]() |
Description | (inherited from Activity) |
![]() |
DesignMode | (inherited from DependencyObject) |
![]() |
Enabled | (inherited from Activity) |
![]() |
EnabledActivities | (inherited from CompositeActivity) |
![]() |
ExecutionResult | (inherited from Activity) |
![]() |
ExecutionStatus | (inherited from Activity) |
![]() |
ExpectedInputs | An array of instant message keywords that will trigger this command. |
![]() |
Grammar | Gets or sets the grammar used to recognize the input that triggers this CommandActivity. A Grammar object provides run time support for obtaining and managing speech grammar information. (inherited from CommandActivity) |
![]() |
IsDynamicActivity | (inherited from Activity) |
![]() |
Name | (inherited from Activity) |
![]() |
Parent | (inherited from Activity) |
![]() |
ParentDependencyObject | (inherited from DependencyObject) |
![]() |
QualifiedName | (inherited from Activity) |
![]() |
RecognitionResult | Gets the recognition result that triggered the command. A RecognitionResult object represents the result of the recognition engine on audio input. (inherited from CommandActivity) |
![]() |
Site | (inherited from DependencyObject) |
![]() |
UserData | (inherited from DependencyObject) |
![]() |
WorkflowInstanceId | (inherited from Activity) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddHandler | (inherited from DependencyObject) |
![]() |
ApplyWorkflowChanges | (inherited from CompositeActivity) |
![]() |
Cancel | Cancels the execution of the command. (inherited from CommandActivity) |
![]() |
Clone | (inherited from Activity) |
![]() |
Dispose() | (inherited from DependencyObject) |
![]() |
Dispose(Boolean) | (inherited from CompositeActivity) |
![]() |
Equals | (inherited from Object) |
![]() |
Execute | Executes the command. (inherited from CommandActivity) |
![]() |
Finalize | (inherited from DependencyObject) |
![]() |
GetActivityByName(String) | (inherited from Activity) |
![]() |
GetActivityByName(String, Boolean) | (inherited from Activity) |
![]() |
GetBinding | (inherited from DependencyObject) |
![]() |
GetBoundValue | (inherited from DependencyObject) |
![]() |
GetDynamicActivities | (inherited from CompositeActivity) |
![]() |
GetDynamicActivity | Gets the dynamic child activity with the specified name. (inherited from CommunicationsSequenceActivity) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetInvocationList<T> | (inherited from DependencyObject) |
![]() |
GetType | (inherited from Object) |
![]() |
GetValue | (inherited from DependencyObject) |
![]() |
GetValueBase | (inherited from DependencyObject) |
![]() |
HandleFault | Handles an exception. (inherited from CommunicationsSequenceActivity) |
![]() |
Initialize | (inherited from CompositeActivity) |
![]() |
InitializeProperties | (inherited from DependencyObject) |
![]() |
Invoke<T>(EventHandler<T>, T) | (inherited from Activity) |
![]() |
Invoke<T>(IActivityEventListener<T>, T) | (inherited from Activity) |
![]() |
IsBindingSet | (inherited from DependencyObject) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
MetaEquals | (inherited from DependencyObject) |
![]() |
OnActivityChangeAdd | Dynamic update logic for adding an activity to CommunicationsSequenceActivity at runtime. (inherited from CommunicationsSequenceActivity) |
![]() |
OnActivityChangeRemove | Dynamic update logic for removing an activity from CommunicationsSequenceActivity at runtime. (inherited from CommunicationsSequenceActivity) |
![]() |
OnActivityExecutionContextLoad | (inherited from CompositeActivity) |
![]() |
OnActivityExecutionContextUnload | (inherited from CompositeActivity) |
![]() |
OnClosed | (inherited from Activity) |
![]() |
OnListChanged | (inherited from CompositeActivity) |
![]() |
OnListChanging | (inherited from CompositeActivity) |
![]() |
OnSequenceComplete | (inherited from SequenceActivity) |
![]() |
OnWorkflowChangesCompleted | (inherited from SequenceActivity) |
![]() |
RaiseEvent | (inherited from Activity) |
![]() |
RaiseGenericEvent<T> | (inherited from Activity) |
![]() |
RegisterForStatusChange | (inherited from Activity) |
![]() |
RemoveHandler | (inherited from DependencyObject) |
![]() |
RemoveProperty | (inherited from DependencyObject) |
![]() |
Save(Stream) | (inherited from Activity) |
![]() |
Save(Stream, IFormatter) | (inherited from Activity) |
![]() |
SetBinding | (inherited from DependencyObject) |
![]() |
SetBoundValue | (inherited from DependencyObject) |
![]() |
SetReadOnlyPropertyValue | (inherited from DependencyObject) |
![]() |
SetValue | (inherited from DependencyObject) |
![]() |
SetValueBase | (inherited from DependencyObject) |
![]() |
Subscribe | Requests that the CommandActivity creates a queue for its event. Because commands do not exist standalone without CommandsActivity in Microsoft Unified Communications Managed API, this method is only called by the CommandsActivity. (inherited from CommandActivity) |
![]() |
ToString | (inherited from Activity) |
![]() |
TrackData(Object) | (inherited from Activity) |
![]() |
TrackData(String, Object) | (inherited from Activity) |
![]() |
Uninitialize | (inherited from CompositeActivity) |
![]() |
UnregisterForStatusChange | (inherited from Activity) |
![]() |
Unsubscribe | Requests that the CommandActivity deletes the queue for its event. (inherited from CommandActivity) |
Top
Events
Name | Description | |
---|---|---|
![]() |
Canceling | (inherited from Activity) |
![]() |
Closed | (inherited from Activity) |
![]() |
Compensating | (inherited from Activity) |
![]() |
Executing | (inherited from Activity) |
![]() |
Faulting | (inherited from Activity) |
![]() |
StatusChanged | (inherited from Activity) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | (inherited from CommunicationsSequenceActivity) |
![]() ![]() |
IEventActivity.QueueName | Gets the name of the queue created to receive the event represented by this CommandActivity. (inherited from CommandActivity) |
![]() ![]() |
IEventActivity.Subscribe | Called to get the CommandActivity to create a queue for its event. Because commands do not exist standalone without CommandsActivity in Microsoft Unified Communications Managed API, this method is only called by the CommandsActivity. (inherited from CommandActivity) |
![]() ![]() |
IEventActivity.Unsubscribe | Called to get the CommandActivity to delete the queue for its event. (inherited from CommandActivity) |
![]() ![]() |
IComponent.Disposed | (inherited from DependencyObject) |
![]() ![]() |
IInstanceDependencyContainer.InstanceDependencyProperties | (inherited from CommandActivity) |
Top