MenuActivity 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 selection from a short list of options.
The following tables list the members exposed by the MenuActivity type.
Public Constructors
?? | Name | Description |
---|---|---|
MenuActivity | Overloaded. Initializes a new instance of the MenuActivity class. |
Top
Public Fields
?? | Name | Description |
---|---|---|
CanBargeInProperty | The dependency property for CanBargeIn. | |
CompleteTimeoutProperty | The dependency property for CompleteTimeout. | |
ConfirmationThresholdProperty | The dependency property for CanBargeIn. | |
DataFieldProperty | The dependency property for DataField. | |
DataMemberProperty | The dependency property for DataField. | |
DataSourceProperty | The dependency property for DataSource. | |
IncompleteTimeoutProperty | The dependency property for IncompleteTimeout. | |
InitialSilenceTimeoutProperty | The dependency property for InitialSilenceTimeout. | |
PreFlushDtmfProperty | The dependency property for PreFlushDtmf. | |
SpeechDetectionModeProperty | The dependency property for SpeechDetectionMode. | |
SynonymsFieldProperty | The dependency property for SynonymsField. | |
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 DTMF grammars that are active during the confirmation phase. | |
ConfirmationGrammars | Gets the collection of 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 in the confirmation phase. | |
ConfirmationThreshold | Gets or sets the confidence level below which confirmation is carried out. | |
DataField | Gets or sets the innermost location of the option data. | |
DataMember | Gets or sets the mid-level location of the option data. | |
DataSource | Gets or sets the data source from which menu options are drawn. | |
Description?? | (inherited from Activity ) | |
DtmfGrammars | Gets the collection of DTMF grammars that are active during the recognition 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 recognition 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 start 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 ) | |
Options | Gets the set of possible menu options, drawn from the data source. | |
Parent?? | (inherited from Activity ) | |
PreFlushDtmf | Gets or sets whether the DTMF buffer is flushed before recognition starts. | |
Prompts | Gets all the prompts that can be played for this MenuActivity. | |
QualifiedName?? | (inherited from Activity ) | |
RecognitionResult | Gets the recognition result. | |
SelectedOption | Gets the name of the option that the user selected. | |
Site?? | (inherited from DependencyObject ) | |
SpeechDetectionMode | Gets or sets whether speech detection occurs by sound or by grammar. | |
Synonyms | Gets the synonyms of the bound options. | |
SynonymsField | Gets or sets the innermost location of the synonym data. | |
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 the default grammars is used in the get and confirm phases. | |
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. ?? | |
AddHandler?? | (inherited from DependencyObject ) | |
Clone?? | (inherited from Activity ) | |
DataBind | Binds the MenuActivity to its DataSource. | |
Deny | Overloaded. ?? | |
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 ) | |
SetSelectedOptionToMostRecentBookmark | Sets a flag to indicate that the MenuActivity should rely on the default bookmarks to infer semantics, rather than take semantics from the recognized grammar. | |
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 starts. | |
Executing?? | (inherited from Activity ) | |
Faulting?? | (inherited from Activity ) | |
StatusChanged?? | (inherited from Activity ) | |
TurnStarting | Occurs after the MenuActivity selects the prompt to play and when the get phase turn starts. |
Top
Explicit Interface Implementations
?? | Name | Description |
---|---|---|
System.Workflow.ComponentModel.IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | Called when the internal GetAndConfirmActivity completes. | |
System.ComponentModel.IComponent.Disposed?? | (inherited from DependencyObject ) |
Top
See Also
Reference
MenuActivity Class
Microsoft.SpeechServer.Dialog Namespace
NavigableListActivity
ConfirmationThreshold
RecognitionResult
DataSource