GetAndConfirmActivity Members
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Gets and confirms a single item of information.
The following tables list the members exposed by the GetAndConfirmActivity type.
Public Constructors
?? | Name | Description |
---|---|---|
GetAndConfirmActivity | Overloaded. Initializes a new instance of the GetAndConfirmActivity class. |
Top
Public Fields
?? | Name | Description |
---|---|---|
CanBargeInProperty | The dependency property for CanBargeIn. | |
CompleteTimeoutProperty | The dependency property for CompleteTimeout. | |
ConfirmationThresholdProperty | The dependency property for ConfirmationThreshold. | |
IncompleteTimeoutProperty | The dependency property for IncompleteTimeout. | |
InitialSilenceTimeoutProperty | The dependency property for InitialSilenceTimeout. | |
PreFlushDtmfProperty | The dependency property for PreFlushDtmf. | |
SpeechDetectionModeProperty | The dependency property for SpeechDetectionMode. | |
UseDefaultGrammarsProperty | The dependency property for UseDefaultGrammars. |
Top
Public Properties
(see also Protected Properties )
?? | Name | Description |
---|---|---|
Activities?? | (inherited from CompositeActivity ) | |
CanBargeIn | Gets or sets whether this prompt can be interrupted when the user speaks. | |
CompleteTimeout | Gets or sets the length of silent time following user speech before the speech recognizer finalizes a result. | |
ConfirmationDtmfGrammars | Gets the collection of dual tone multi-frequency (DTMF) grammars that are active during the confirmation phase. | |
ConfirmationGrammars | Gets the collection of custom, author-added speech grammars that are active during the confirmation phase. | |
ConfirmationMainPrompt | Gets the main prompt for the confirmation phase. | |
ConfirmationPrompts | Gets all the prompts that can be played during the confirmation phase. | |
ConfirmationThreshold | Gets or sets the confidence level below which confirmation is carried out. | |
Description?? | (inherited from Activity ) | |
DtmfGrammars | Gets the collection of DTMF grammars that are active during the get phase. | |
Enabled?? | (inherited from Activity ) | |
EnabledActivities?? | (inherited from CompositeActivity ) | |
ExecutionResult?? | (inherited from Activity ) | |
ExecutionStatus?? | (inherited from Activity ) | |
Grammars | Gets the collection of speech grammars that are active during the get phase. | |
IncompleteTimeout | Gets or sets the length of silent time after which recognition ends if the user remains silent. | |
InitialSilenceTimeout | Gets or sets the length of silent time before the beginning of a user's utterance. | |
IsDynamicActivity?? | (inherited from Activity ) | |
LogResults?? | Gets or sets whether the data (prompts, grammars, and results) associated with this SpeechCompositeActivity should be logged.(inherited from SpeechCompositeActivity) | |
MainPrompt | Gets the main prompt for the get phase. | |
Name?? | (inherited from Activity ) | |
Parent?? | (inherited from Activity ) | |
PreFlushDtmf | Gets or sets whether the DTMF buffer is flushed before recognition starts. | |
Prompts | Gets all prompts that can be played in the get phase. | |
QualifiedName?? | (inherited from Activity ) | |
RecognitionResult | Gets the recognition result. | |
Site?? | (inherited from DependencyObject ) | |
SpeechDetectionMode | Gets or sets whether speech detection occurs by sound or by grammar. | |
TaskLoggingEnabled | Gets or sets whether task logging is enabled. | |
TaskMessage | Gets or sets the message to be logged for the task. | |
TaskStatus | Gets or sets the task status of the task to be logged. | |
UseDefaultGrammars | Gets or sets whether to use default grammars during the confirmation phase. | |
UserData?? | (inherited from DependencyObject ) |
Top
Protected Properties
?? | Name | Description |
---|---|---|
CanModifyActivities?? | (inherited from CompositeActivity ) | |
DesignMode?? | (inherited from DependencyObject ) | |
ParentDependencyObject?? | (inherited from DependencyObject ) | |
Workflow?? | Gets the workflow in which this SpeechCompositeActivity runs.(inherited from SpeechCompositeActivity) | |
WorkflowInstanceId?? | (inherited from Activity ) |
Top
Public Methods
(see also Protected Methods )
?? | Name | Description |
---|---|---|
Accept | Overloaded. Accepts the result of the user's utterance, allowing the GetAndConfirmActivity to exit successfully. | |
AddHandler?? | (inherited from DependencyObject ) | |
Clone?? | (inherited from Activity ) | |
Deny | Overloaded. Denies the result of the user's utterance, causing the GetAndConfirmActivity to return to the get phase. | |
Dispose?? | Overloaded. (inherited from CompositeActivity ) | |
Equals?? | Overloaded. (inherited from Object ) | |
GetActivityByName?? | Overloaded. (inherited from Activity ) | |
GetBinding?? | (inherited from DependencyObject ) | |
GetHashCode?? | (inherited from Object ) | |
GetType?? | (inherited from Object ) | |
GetValue?? | Overloaded. (inherited from SpeechCompositeActivity ) | |
GetValueBase?? | (inherited from DependencyObject ) | |
IsBindingSet?? | (inherited from DependencyObject ) | |
Load?? | Overloaded. (inherited from Activity ) | |
MetaEquals?? | (inherited from DependencyObject ) | |
ReferenceEquals?? | (inherited from Object ) | |
RegisterForStatusChange?? | (inherited from Activity ) | |
RemoveHandler?? | (inherited from DependencyObject ) | |
RemoveProperty?? | (inherited from DependencyObject ) | |
Save?? | Overloaded. (inherited from Activity ) | |
SetBinding?? | Overloaded. (inherited from SpeechCompositeActivity ) | |
SetValue?? | Overloaded. (inherited from SpeechCompositeActivity ) | |
SetValueBase?? | (inherited from DependencyObject ) | |
ToString?? | (inherited from Activity ) | |
UnregisterForStatusChange?? | (inherited from Activity ) |
Top
Protected Methods
Top
Public Events
?? | Name | Description |
---|---|---|
Canceling?? | (inherited from Activity ) | |
Closed?? | (inherited from Activity ) | |
Compensating?? | (inherited from Activity ) | |
ConfirmationTurnStarting | Occurs when the confirmation phase turn begins. | |
Executing?? | (inherited from Activity ) | |
Faulting?? | (inherited from Activity ) | |
StatusChanged?? | (inherited from Activity ) | |
TurnStarting | Occurs after the GetAndConfirmActivity selects the prompt to play and when the get phase turn begins. |
Top
Explicit Interface Implementations
?? | Name | Description |
---|---|---|
Microsoft.SpeechServer.Dialog.IFormFillingElement.CanBeExecuted | Indicates whether the GetAndConfirmActivity has already run. | |
Microsoft.SpeechServer.Dialog.IFormFillingElement.Reset | Resets the GetAndConfirmActivity semantic state such that Microsoft.SpeechServer.Dialog.IFormFillingElement.CanBeExecuted returns True. | |
System.Workflow.ComponentModel.IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | Provides notification that a child activity of the speech sequence is closed. | |
System.ComponentModel.IComponent.Disposed?? | (inherited from DependencyObject ) |
Top
See Also
Reference
GetAndConfirmActivity Class
Microsoft.SpeechServer.Dialog Namespace