PromptRecognizer Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Serializable]
public class PromptRecognizer : Microsoft.Bot.Builder.Dialogs.IPromptRecognizer[<System.Serializable>]
type PromptRecognizer = class
    interface IPromptRecognizerPublic Class PromptRecognizer
Implements IPromptRecognizer- Inheritance
- 
				PromptRecognizer
- Attributes
- Implements
Constructors
| PromptRecognizer() | 
Methods
Extension Methods
| RecognizeDouble(IPromptRecognizer, IMessageActivity) | Recognizer for a double number. | 
| RecognizeDoubleInRange(IPromptRecognizer, IMessageActivity, Nullable<Double>, Nullable<Double>) | Recognizes the double in range. | 
| RecognizeInteger(IPromptRecognizer, IMessageActivity) | Recognizer for a Int64 number. | 
| RecognizeIntegerInRange(IPromptRecognizer, IMessageActivity, Nullable<Int64>, Nullable<Int64>) | Recognizer for a Int64 number within a range |