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
Public method InstantMessagingQuestionAnswerActivity() Creates a new instance.
Public method InstantMessagingQuestionAnswerActivity(String) Creates a new instance with the specified name.

Top

Properties

  Name Description
Public property Description (inherited from Activity)
Protected property DesignMode (inherited from DependencyObject)
Public property Enabled (inherited from Activity)
Public property ExecutionResult (inherited from Activity)
Public property ExecutionStatus (inherited from Activity)
Public property ExpectedInputs An array of strings that are the expected inputs for this activity. A grammar object is automatically created using these strings.
Public property Grammars Gets the collection of grammars that will be active during recognition for this activity.
Public property InitialSilenceTimeout Gets the length of time, after send message completed, before the InitialSilenceTimeout expires.
Public property IsDataTrackingEnabled Gets or sets a boolean value that specifies whether the activity prompt and recognition result are tracked in TrackingDataWorkflowRuntimeService.
Public property IsDynamicActivity (inherited from Activity)
Public property MainPrompt Text used in the main prompt.
Public property Name (inherited from Activity)
Public property Parent (inherited from Activity)
Protected property ParentDependencyObject (inherited from DependencyObject)
Public property Prompts Gets all the prompts that can be played by this InstantMessagingQuestionAnswerActivity.
Public property QualifiedName (inherited from Activity)
Public property RecognitionResult Gets the result of recognition perfomed against the user input. This will be null unless there was a valid recognition.
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 Cancel (inherited from Activity)
Public method Clone (inherited from Activity)
Public method Dispose() (inherited from DependencyObject)
Protected method Dispose(Boolean) (inherited from DependencyObject)
Public method Equals (inherited from Object)
Protected method Execute (inherited from Activity)
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)
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 (inherited from Activity)
Protected method Initialize (inherited from Activity)
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 OnActivityExecutionContextLoad (inherited from Activity)
Protected method OnActivityExecutionContextUnload (inherited from Activity)
Protected method OnClosed (inherited from Activity)
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)
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 Activity)
Public method UnregisterForStatusChange (inherited from Activity)

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)
Public event 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
Explicit interface implemetationPrivate method IActivityEventListener<QueueEventArgs>.OnEvent
Explicit interface implemetationPrivate event IComponent.Disposed (inherited from DependencyObject)
Explicit interface implemetationPrivate property IInstanceDependencyContainer.InstanceDependencyProperties

Top

See Also

Reference

InstantMessagingQuestionAnswerActivity Class

Microsoft.Rtc.Workflow.Activities Namespace