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