SpeechRepeatCommandActivity Members
The SpeechRepeatCommandActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SpeechRepeatCommandActivity | Overloaded. |
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 | Overloaded. | |
Equals | (Inherited from Object.) | |
Execute |
Executes the command.
(Inherited from CommandActivity.) |
|
Finalize | (Inherited from DependencyObject.) | |
GetActivityByName | Overloaded. | |
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``1 | (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 | Overloaded. | |
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``1 | (Inherited from Activity.) | |
RegisterForStatusChange | (Inherited from Activity.) | |
RemoveHandler | (Inherited from DependencyObject.) | |
RemoveProperty | (Inherited from DependencyObject.) | |
Save | Overloaded. | |
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 | Overloaded. | |
Uninitialize | (Inherited from CompositeActivity.) | |
UnregisterForStatusChange | (Inherited from Activity.) | |
Unsubscribe |
Requests that the CommandActivity deletes the queue for its event.
(Inherited from CommandActivity.) |
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.) | |
DtmfGrammar |
Gets or sets the DTMF grammar used to recognize the command.
(Inherited from SpeechCommandActivity.) |
|
Enabled | (Inherited from Activity.) | |
EnabledActivities | (Inherited from CompositeActivity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
ExpectedDtmfInputs |
Gets or sets an array of strings that this activity expects. A DTMF grammar is automatically created using these strings.
(Inherited from SpeechCommandActivity.) |
|
ExpectedSpeechInputs |
Gets or sets an array of strings that this activity expects. A speech grammar is automatically created using these strings.
(Inherited from SpeechCommandActivity.) |
|
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.) |
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 | |
---|---|---|
System#ComponentModel#IComponent#Disposed | (Inherited from DependencyObject.) | |
System#Workflow#ComponentModel#IActivityEventListener{T}#OnEvent | (Inherited from SequenceActivity.) |