DialogEventActivity Members
Include Protected Members
Include Inherited Members
Represents a system-initiated event in the dialog flow. It is different from a CommandActivity in that regard. A CommandActivity represents a user-initiated event in the dialog flow, while a DialogEventActivity represents a system-initiated event and the associated handler for the event. The DialogEventActivity provides the event-subscription data and the children of the DialogEventActivity represents the handler logic for the event.
The DialogEventActivity type exposes the following members.
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) | |
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. | |
Site | (inherited from DependencyObject) | |
UserData | (inherited from DependencyObject) | |
WorkflowInstanceId | (inherited from Activity) |
Top
Methods
Top
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) |
Top
Fields
Name | Description | |
---|---|---|
_instanceDependencyProperties | The internal container for instance dependency properties. |
Top
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. | |
IEventActivity.Unsubscribe | Cancels the subscription of the DialogEventActivity to an event. | |
IComponent.Disposed | (inherited from DependencyObject) | |
IInstanceDependencyContainer.InstanceDependencyProperties | A dictionary that is used to store the values of instance dependency properties. |
Top