ConsecutiveNoRecognitionsSpeechEventActivity Members
Include Protected Members
Include Inherited Members
The ConsecutiveNoRecognitionsSpeechEventActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConsecutiveNoRecognitionsSpeechEventActivity() |
Creates a new instance.
|
|
ConsecutiveNoRecognitionsSpeechEventActivity(String) |
Creates a new instance with the specified name.
|
Methods
Fields
Name | Description | |
---|---|---|
_instanceDependencyProperties |
The internal container for instance dependency properties.
(Inherited from DialogEventActivity.) |
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.) | |
IsDynamicActivity | (Inherited from Activity.) | |
MaximumNoRecognitions |
Gets or sets the maximum number of consecutive no-recognitions that need to occur for the event to trigger. The default is 3.
|
|
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
QueueName |
Name of the queue created to receive the event represented by this DialogEventActivity.
(Inherited from DialogEventActivity.) |
|
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.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.) |
|
IEventActivity.Unsubscribe |
Cancels the subscription of the DialogEventActivity to an event.
(Inherited from DialogEventActivity.) |
|
IComponent.Disposed | (Inherited from DependencyObject.) | |
IInstanceDependencyContainer.InstanceDependencyProperties |
A dictionary that is used to store the values of instance dependency properties.
(Inherited from DialogEventActivity.) |