IPromptRecognizeNumbersOptions interface   
Options passed to PromptRecognizers.recognizeNumbers().
Properties
| integer | (Optional) if true, then only integers will be recognized. | 
| max | (Optional) maximum value allowed. | 
| min | (Optional) minimum value allowed. | 
Property Details
		integerOnly
	 
	(Optional) if true, then only integers will be recognized.
integerOnly?: booleanProperty Value
boolean
		maxValue
	 
	(Optional) maximum value allowed.
maxValue?: numberProperty Value
number
		minValue
	 
	(Optional) minimum value allowed.
minValue?: numberProperty Value
number