CommandActivity Members
Include Protected Members
Include Inherited Members
The CommandActivity type exposes the following members.
Methods
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.) | |
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.
|
|
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.
|
|
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
WorkflowInstanceId | (Inherited from Activity.) |
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.) |
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.
|
|
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.
|
|
IEventActivity.Unsubscribe |
Called to get the CommandActivity to delete the queue for its event.
|
|
IComponent.Disposed | (Inherited from DependencyObject.) | |
IInstanceDependencyContainer.InstanceDependencyProperties |