Share via


SpeechQuestionAnswerActivity Members

Include Protected Members
Include Inherited Members

The SpeechQuestionAnswerActivity type exposes the following members.

Constructors

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

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 DependencyObjectDependencyObject.)
Protected method Dispose(Boolean) (Inherited from DependencyObjectDependencyObject.)
Public method Equals (Inherited from Object.)
Protected method Execute (Inherited from Activity.)
Protected method Finalize (Inherited from DependencyObject.)
Public method GetActivityByName(String) (Inherited from ActivityActivity.)
Public method GetActivityByName(String, Boolean) (Inherited from ActivityActivity.)
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 ActivityActivity.)
Protected method Invoke<T>(IActivityEventListener<T>, T) (Inherited from ActivityActivity.)
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 ActivityActivity.)
Public method Save(Stream, IFormatter) (Inherited from ActivityActivity.)
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 ActivityActivity.)
Protected method TrackData(String, Object) (Inherited from ActivityActivity.)
Protected method Uninitialize (Inherited from Activity.)
Public method UnregisterForStatusChange (Inherited from Activity.)

Properties

  Name Description
Public property CanBargeIn
Gets or sets whether this prompt can be interrupted by the user. When True, recognition begins with the start of the prompt playback. When False, recognition begins after the prompt has finished playing. The default is True.
Public property CompleteTimeout
Gets or sets the length of silence required following user speech before the speech recognizer finalizes a result. The default is 0.5 seconds.
Public property Description (Inherited from Activity.)
Protected property DesignMode (Inherited from DependencyObject.)
Public property DtmfGrammars
A collection of DTMF grammars that are active during this activity.
Public property Enabled (Inherited from Activity.)
Public property ExecutionResult (Inherited from Activity.)
Public property ExecutionStatus (Inherited from Activity.)
Public property ExpectedDtmfInputs
An array of strings that are the expected DTMF inputs for this activity. A DTMF grammar object is automatically created using these strings.
Public property ExpectedSpeechInputs
An array of strings that are the expected speech inputs for this activity. A speech grammar object is automatically created using these strings.
Public property Grammars
Gets the collection of speech grammars that will be active during recognition for this SpeechQuestionAnswerActivity.
Public property IncompleteTimeout
Gets or sets the duration of silence at the end of an utterance, after which recognition is considered finished. The default is 1 second.
Public property InitialSilenceTimeout
Gets the length of time after the prompt has completed that the user has to provide input, or the activity will play the prompt again.
Public property IsDataTrackingEnabled
Gets or sets a boolean value that specifies if the activity prompt and recognition result are tracked by the TrackingDataWorkflowRuntimeService class.
Public property IsDynamicActivity (Inherited from Activity.)
Public property MainPrompt
Gets or sets the prompt that plays when the activity is executed.
Public property Name (Inherited from Activity.)
Public property Parent (Inherited from Activity.)
Protected property ParentDependencyObject (Inherited from DependencyObject.)
Public property PreFlushDtmf
Gets or sets whether the DTMF buffer is flushed before recognition starts. The default is False. When False, users can type ahead. If True, any buffered digits are lost.
Public property Prompts
Gets a collection of all the prompts that can be played by the SpeechQuestionAnswerActivity.
Public property QualifiedName (Inherited from Activity.)
Public property RecognitionResult
Gets the recognition result. 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.)

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 SpeechQuestionAnswerActivity activity the PromptType property is always PromptType.Main.

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IActivityEventListener<QueueEventArgs>.OnEvent
Explicit interface implemetation Private event IComponent.Disposed (Inherited from DependencyObject.)
Explicit interface implemetation Private property IInstanceDependencyContainer.InstanceDependencyProperties

See Also

SpeechQuestionAnswerActivity Class

Microsoft.Rtc.Workflow.Activities Namespace