InstantMessagingQuestionAnswerActivity Members
Include Protected Members
Include Inherited Members
Defines an activity that displays a single instant message prompt and performs a recognition on the instant message response.
The InstantMessagingQuestionAnswerActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InstantMessagingQuestionAnswerActivity() | Creates a new instance. | |
InstantMessagingQuestionAnswerActivity(String) | Creates a new instance with the specified name. |
Top
Properties
Name | Description | |
---|---|---|
Description | (inherited from Activity) | |
DesignMode | (inherited from DependencyObject) | |
Enabled | (inherited from Activity) | |
ExecutionResult | (inherited from Activity) | |
ExecutionStatus | (inherited from Activity) | |
ExpectedInputs | An array of strings that are the expected inputs for this activity. A grammar object is automatically created using these strings. | |
Grammars | Gets the collection of grammars that will be active during recognition for this activity. | |
InitialSilenceTimeout | Gets the length of time, after send message completed, before the InitialSilenceTimeout expires. | |
IsDataTrackingEnabled | Gets or sets a boolean value that specifies whether the activity prompt and recognition result are tracked in TrackingDataWorkflowRuntimeService. | |
IsDynamicActivity | (inherited from Activity) | |
MainPrompt | Text used in the main prompt. | |
Name | (inherited from Activity) | |
Parent | (inherited from Activity) | |
ParentDependencyObject | (inherited from DependencyObject) | |
Prompts | Gets all the prompts that can be played by this InstantMessagingQuestionAnswerActivity. | |
QualifiedName | (inherited from Activity) | |
RecognitionResult | Gets the result of recognition perfomed against the user input. This will be null unless there was a valid recognition. | |
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) | |
TurnStarting | TurnStarting is raised before the prompt is played. Note that for InstantMessagingStatementActivity activity the PromptType property is always PromptType.Main. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IActivityEventListener<QueueEventArgs>.OnEvent | ||
IComponent.Disposed | (inherited from DependencyObject) | |
IInstanceDependencyContainer.InstanceDependencyProperties |
Top