SpeechPrompts Members
Include Protected Members
Include Inherited Members
A collection of PromptBuilder Prompt objects.
The SpeechPrompts type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SpeechPrompts | Creates a new collection. |
Top
Properties
Name | Description | |
---|---|---|
EscalatedNoRecognitionPrompt | Gets the EscalatedNoRecognitionPrompt, which asks the user to provide an answer following a repeated occurrence of a no recognition. | |
EscalatedSilencePrompt | Gets the EscalatedSilencePrompt, which asks the user to provide an answer following a repeated occurrence of a silence. | |
HelpPrompt | Gets the HelpPrompt, which is played when a SpeechHelpCommand is triggered while the SpeechQuestionAnswerActivity is executing. | |
MainPrompt | Gets the MainPrompt, the default prompt for the current activity. | |
NoRecognitionPrompt | Gets the NoRecognitionPrompt, which asks the user to provide an answer following the first occurrence of a no recognition. | |
RepeatPrompt | Gets the RepeatPrompt, which is played when a SpeechRepeatCommand is triggered during the execution of a SpeechQuestionAnswerActivity. | |
SilencePrompt | Gets the SilencePrompt, which asks the user to provide an answer following the first occurrence of a silence. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetEnumerator | Returns an enumerator that iterates through the prompts collection. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top