RecognizeNumber<T>(IField<T>) Constructor
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.
Construct a numeric recognizer for a field.
public RecognizeNumber (Microsoft.Bot.Builder.FormFlow.Advanced.IField<T> field);
new Microsoft.Bot.Builder.FormFlow.Advanced.RecognizeNumber<'T (requires 'T : null)> : Microsoft.Bot.Builder.FormFlow.Advanced.IField<'T (requires 'T : null)> -> Microsoft.Bot.Builder.FormFlow.Advanced.RecognizeNumber<'T (requires 'T : null)>
Public Sub New (field As IField(Of T))
Parameters
- field
- IField<T>
Numeric field.