InstantMessagingPrompts Members
Include Protected Members
Include Inherited Members
A collection of Prompt objects.
The InstantMessagingPrompts type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InstantMessagingPrompts | Creates a new collection. |
Top
Properties
Name | Description | |
---|---|---|
AcknowledgePrompt | Gets the AcknowledgePrompt, which provides confirmation before the input text is sent for recognition. | |
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 an InstantMessagingHelpCommand is triggered while the InstantMessagingQuestionAnswerActivity 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. | |
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 a prompts collection. | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top