SpeechQuestionAnswerActivity Members
Include Protected Members
Include Inherited Members
Defines an activity that plays a single spoken prompt and performs a recognition on the response.
The SpeechQuestionAnswerActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SpeechQuestionAnswerActivity() | Creates a new instance. | |
SpeechQuestionAnswerActivity(String) | Creates a new instance with the specified name. |
Top
Properties
Name | Description | |
---|---|---|
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. | |
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. | |
Description | (inherited from Activity) | |
DesignMode | (inherited from DependencyObject) | |
DtmfGrammars | A collection of DTMF grammars that are active during this activity. | |
Enabled | (inherited from Activity) | |
ExecutionResult | (inherited from Activity) | |
ExecutionStatus | (inherited from Activity) | |
ExpectedDtmfInputs | An array of strings that are the expected DTMF inputs for this activity. A DTMF grammar object is automatically created using these strings. | |
ExpectedSpeechInputs | An array of strings that are the expected speech inputs for this activity. A speech grammar object is automatically created using these strings. | |
Grammars | Gets the collection of speech grammars that will be active during recognition for this SpeechQuestionAnswerActivity. | |
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. | |
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. | |
IsDataTrackingEnabled | Gets or sets a boolean value that specifies if the activity prompt and recognition result are tracked by the TrackingDataWorkflowRuntimeService class. | |
IsDynamicActivity | (inherited from Activity) | |
MainPrompt | Gets or sets the prompt that plays when the activity is executed. | |
Name | (inherited from Activity) | |
Parent | (inherited from Activity) | |
ParentDependencyObject | (inherited from DependencyObject) | |
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. | |
Prompts | Gets a collection of all the prompts that can be played by the SpeechQuestionAnswerActivity. | |
QualifiedName | (inherited from Activity) | |
RecognitionResult | Gets the recognition result. 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 SpeechQuestionAnswerActivity 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