NavigableListActivity 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.
Enables navigation through a list of items that are received from a data source.
The following tables list the members exposed by the NavigableListActivity type.
Public Constructors
?? | Name | Description |
---|---|---|
NavigableListActivity | Overloaded. Initializes a new instance of the NavigableListActivity class. |
Top
Public Fields
?? | Name | Description |
---|---|---|
CanBargeInProperty | The dependence property for CanBargeIn. | |
CompleteTimeoutProperty | The dependency property for CompleteTimeout. | |
ConfirmationThresholdProperty | The dependence property for ConfirmationThreshold. | |
DataFieldProperty | The dependency property for DataField. | |
DataMemberProperty | The dependency property for DataMember. | |
DataSourceProperty | The dependency property for DataSource. | |
IncompleteTimeoutProperty | The dependency property for IncompleteTimeout. | |
InitialSilenceTimeoutProperty | The dependence property for InitialSilenceTimeout. | |
PreFlushDtmfProperty | The dependence 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 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 during the confirmation phase. | |
ConfirmationThreshold | Gets or sets the confidence level below which confirmation must be carried out. | |
CurrentItem | Gets or sets the index of the current item in the Items collection. | |
DataField | Gets or sets the innermost location of the item data. | |
DataMember | Gets or sets the mid-level location of the item data. | |
DataSource | Gets or sets the source from which the list of items are drawn. | |
Description?? | (inherited from Activity ) | |
DtmfGrammars | Gets the collection of DTMF grammars that are active during the navigation (or 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 navigation (or 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 start of a user's utterance. | |
IsDynamicActivity?? | (inherited from Activity ) | |
Items | Gets the list of items that are bound to the NavigableListActivity. | |
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 navigation 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 the prompts that can be played. | |
QualifiedName?? | (inherited from Activity ) | |
RecognitionResult | Gets the result from recognition. | |
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 default grammars are used 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. ?? | |
AddHandler?? | (inherited from DependencyObject ) | |
Clone?? | (inherited from Activity ) | |
DataBind | Binds the NavigableListActivity to the data source. | |
Deny | Overloaded. ?? | |
Dispose?? | Overloaded. (inherited from CompositeActivity ) | |
Equals?? | Overloaded. (inherited from Object ) | |
Exit | Overloaded. ?? | |
First | Overloaded. ?? | |
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 ) | |
Last | Overloaded. ?? | |
Load?? | Overloaded. (inherited from Activity ) | |
MetaEquals?? | (inherited from DependencyObject ) | |
Next | Overloaded. ?? | |
Previous | Overloaded. ?? | |
ReferenceEquals?? | (inherited from Object ) | |
RegisterForStatusChange?? | (inherited from Activity ) | |
RemoveHandler?? | (inherited from DependencyObject ) | |
RemoveProperty?? | (inherited from DependencyObject ) | |
Save?? | Overloaded. (inherited from Activity ) | |
Select | Overloaded. ?? | |
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 NavigableListActivity selects the prompt to play and when the navigation-phase (get-phase) turn begins. |
Top
Explicit Interface Implementations
?? | Name | Description |
---|---|---|
System.Workflow.ComponentModel.IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | Provides notification that a child activity of the sequence is closed. | |
System.ComponentModel.IComponent.Disposed?? | (inherited from DependencyObject ) |
Top
See Also
Reference
NavigableListActivity Class
Microsoft.SpeechServer.Dialog Namespace
MenuActivity Class