SpeechRepeatCommandActivity Members

Include Protected Members
Include Inherited Members

The SpeechRepeatCommandActivity type exposes the following members.

Constructors

  Name Description
Public method SpeechRepeatCommandActivity()
Creates a new instance.
Public method SpeechRepeatCommandActivity(String)
Creates a new instance with the specified name.

Methods

  Name Description
Public method AddHandler (Inherited from DependencyObject.)
Protected method ApplyWorkflowChanges (Inherited from CompositeActivity.)
Protected method Cancel
Cancels the execution of the command.
(Inherited from CommandActivity.)
Public method Clone (Inherited from Activity.)
Public method Dispose() (Inherited from DependencyObjectDependencyObject.)
Protected method Dispose(Boolean) (Inherited from CompositeActivityCompositeActivity.)
Public method Equals (Inherited from Object.)
Protected method Execute
Executes the command.
(Inherited from CommandActivity.)
Protected method Finalize (Inherited from DependencyObject.)
Public method GetActivityByName(String) (Inherited from ActivityActivity.)
Public method GetActivityByName(String, Boolean) (Inherited from ActivityActivity.)
Public method GetBinding (Inherited from DependencyObject.)
Protected method GetBoundValue (Inherited from DependencyObject.)
Protected method GetDynamicActivities (Inherited from CompositeActivity.)
Public method GetDynamicActivity
Gets the dynamic child activity with the specified name.
(Inherited from CommunicationsSequenceActivity.)
Public method GetHashCode (Inherited from Object.)
Protected method GetInvocationList<T> (Inherited from DependencyObject.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method GetValueBase (Inherited from DependencyObject.)
Protected method HandleFault
Handles an exception.
(Inherited from CommunicationsSequenceActivity.)
Protected method Initialize (Inherited from CompositeActivity.)
Protected method InitializeProperties (Inherited from DependencyObject.)
Protected method Invoke<T>(EventHandler<T>, T) (Inherited from ActivityActivity.)
Protected method Invoke<T>(IActivityEventListener<T>, T) (Inherited from ActivityActivity.)
Public method IsBindingSet (Inherited from DependencyObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MetaEquals (Inherited from DependencyObject.)
Protected method OnActivityChangeAdd
Dynamic update logic for adding an activity to CommunicationsSequenceActivity at runtime.
(Inherited from CommunicationsSequenceActivity.)
Protected method OnActivityChangeRemove
Dynamic update logic for removing an activity from CommunicationsSequenceActivity at runtime.
(Inherited from CommunicationsSequenceActivity.)
Protected method OnActivityExecutionContextLoad (Inherited from CompositeActivity.)
Protected method OnActivityExecutionContextUnload (Inherited from CompositeActivity.)
Protected method OnClosed (Inherited from Activity.)
Protected method OnListChanged (Inherited from CompositeActivity.)
Protected method OnListChanging (Inherited from CompositeActivity.)
Protected method OnSequenceComplete (Inherited from SequenceActivity.)
Protected method OnWorkflowChangesCompleted (Inherited from SequenceActivity.)
Protected method RaiseEvent (Inherited from Activity.)
Protected method RaiseGenericEvent<T> (Inherited from Activity.)
Public method RegisterForStatusChange (Inherited from Activity.)
Public method RemoveHandler (Inherited from DependencyObject.)
Public method RemoveProperty (Inherited from DependencyObject.)
Public method Save(Stream) (Inherited from ActivityActivity.)
Public method Save(Stream, IFormatter) (Inherited from ActivityActivity.)
Public method SetBinding (Inherited from DependencyObject.)
Protected method SetBoundValue (Inherited from DependencyObject.)
Protected method SetReadOnlyPropertyValue (Inherited from DependencyObject.)
Public method SetValue (Inherited from DependencyObject.)
Public method SetValueBase (Inherited from DependencyObject.)
Protected method 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.)
Public method ToString (Inherited from Activity.)
Protected method TrackData(Object) (Inherited from ActivityActivity.)
Protected method TrackData(String, Object) (Inherited from ActivityActivity.)
Protected method Uninitialize (Inherited from CompositeActivity.)
Public method UnregisterForStatusChange (Inherited from Activity.)
Protected method Unsubscribe
Requests that the CommandActivity deletes the queue for its event.
(Inherited from CommandActivity.)

Properties

  Name Description
Public property Activities (Inherited from CompositeActivity.)
Public property 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.)
Protected property CanModifyActivities (Inherited from CompositeActivity.)
Public property Description (Inherited from Activity.)
Protected property DesignMode (Inherited from DependencyObject.)
Public property DtmfGrammar
Gets or sets the DTMF grammar used to recognize the command.
(Inherited from SpeechCommandActivity.)
Public property Enabled (Inherited from Activity.)
Public property EnabledActivities (Inherited from CompositeActivity.)
Public property ExecutionResult (Inherited from Activity.)
Public property ExecutionStatus (Inherited from Activity.)
Public property ExpectedDtmfInputs
Gets or sets an array of strings that this activity expects. A DTMF grammar is automatically created using these strings.
(Inherited from SpeechCommandActivity.)
Public property ExpectedSpeechInputs
Gets or sets an array of strings that this activity expects. A speech grammar is automatically created using these strings.
(Inherited from SpeechCommandActivity.)
Public property 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.)
Public property IsDynamicActivity (Inherited from Activity.)
Public property Name (Inherited from Activity.)
Public property Parent (Inherited from Activity.)
Protected property ParentDependencyObject (Inherited from DependencyObject.)
Public property QualifiedName (Inherited from Activity.)
Public property 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.)
Public property Site (Inherited from DependencyObject.)
Public property UserData (Inherited from DependencyObject.)
Protected property WorkflowInstanceId (Inherited from Activity.)

Events

  Name Description
Public event Canceling (Inherited from Activity.)
Public event Closed (Inherited from Activity.)
Public event Compensating (Inherited from Activity.)
Public event Executing (Inherited from Activity.)
Public event Faulting (Inherited from Activity.)
Public event StatusChanged (Inherited from Activity.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent (Inherited from CommunicationsSequenceActivity.)
Explicit interface implemetation Private property IEventActivity.QueueName
Gets the name of the queue created to receive the event represented by this CommandActivity.
(Inherited from CommandActivity.)
Explicit interface implemetation Private method 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.)
Explicit interface implemetation Private method IEventActivity.Unsubscribe
Called to get the CommandActivity to delete the queue for its event.
(Inherited from CommandActivity.)
Explicit interface implemetation Private event IComponent.Disposed (Inherited from DependencyObject.)
Explicit interface implemetation Private property IInstanceDependencyContainer.InstanceDependencyProperties (Inherited from SpeechCommandActivity.)

See Also

SpeechRepeatCommandActivity Class

Microsoft.Rtc.Workflow.Activities Namespace