ConsecutiveNoInputsSpeechEventActivity Members

Include Protected Members
Include Inherited Members

A DialogEventActivity that represents a history-based event triggered when a specified number of consecutive no-inputs occur in a speech workflow. Silence and no recognition are both considered no-inputs.

The ConsecutiveNoInputsSpeechEventActivity type exposes the following members.

Constructors

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

Top

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 Enabled (inherited from Activity)
Public property EnabledActivities (inherited from CompositeActivity)
Public property ExecutionResult (inherited from Activity)
Public property ExecutionStatus (inherited from Activity)
Public property IsDynamicActivity (inherited from Activity)
Public property MaximumNoInputs Gets or sets the maximum number of consecutive no-inputs that need to occur for the event to trigger. Silence and NoRecognition are both considered no-inputs. The default is 3.
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 QueueName Name of the queue created to receive the event represented by this DialogEventActivity. (inherited from DialogEventActivity)
Public property Site (inherited from DependencyObject)
Public property UserData (inherited from DependencyObject)
Protected property WorkflowInstanceId (inherited from Activity)

Top

Methods

  Name Description
Public method AddHandler (inherited from DependencyObject)
Protected method ApplyWorkflowChanges (inherited from CompositeActivity)
Protected method Cancel Cancels the activity. (inherited from CommunicationsSequenceActivity)
Public method Clone (inherited from Activity)
Public method Dispose() (inherited from DependencyObject)
Protected method Dispose(Boolean) (inherited from CompositeActivity)
Public method Equals (inherited from Object)
Protected method Execute Runs the activity. (inherited from CommunicationsSequenceActivity)
Protected method Finalize (inherited from DependencyObject)
Public method GetActivityByName(String) (inherited from Activity)
Public method GetActivityByName(String, Boolean) (inherited from Activity)
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 Activity)
Protected method Invoke<T>(IActivityEventListener<T>, T) (inherited from Activity)
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 Activity)
Public method Save(Stream, IFormatter) (inherited from Activity)
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 Creates the queue for the event represented in the DialogEventActivity class. (inherited from DialogEventActivity)
Public method ToString (inherited from Activity)
Protected method TrackData(Object) (inherited from Activity)
Protected method TrackData(String, Object) (inherited from Activity)
Protected method Uninitialize (inherited from CompositeActivity)
Public method UnregisterForStatusChange (inherited from Activity)
Protected method Unsubscribe Called to get the DialogEventActivity to delete the queue for its event. (inherited from DialogEventActivity)

Top

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)

Top

Fields

  Name Description
Protected field _instanceDependencyProperties The internal container for instance dependency properties. (inherited from DialogEventActivity)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent (inherited from CommunicationsSequenceActivity)
Explicit interface implemetationPrivate method IEventActivity.Subscribe Creates the subscription of the DialogEventActivity to a Microsoft Unified Communications Managed API event. Because speech events do not exist standalone without CommunicationsEventsActivity in Microsoft Unified Communications Managed API, this method is only called by the CommunicationsEventsActivity. (inherited from DialogEventActivity)
Explicit interface implemetationPrivate method IEventActivity.Unsubscribe Cancels the subscription of the DialogEventActivity to an event. (inherited from DialogEventActivity)
Explicit interface implemetationPrivate event IComponent.Disposed (inherited from DependencyObject)
Explicit interface implemetationPrivate property IInstanceDependencyContainer.InstanceDependencyProperties A dictionary that is used to store the values of instance dependency properties. (inherited from DialogEventActivity)

Top

See Also

Reference

ConsecutiveNoInputsSpeechEventActivity Class

Microsoft.Rtc.Workflow.Activities Namespace