RecognizePrimitive<T>.Parse(String) Method
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.
Abstract method for parsing input.
public abstract Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch Parse (string input);
abstract member Parse : string -> Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch
Public MustOverride Function Parse (input As String) As TermMatch
Parameters
- input
- String
Input to match.
Returns
TermMatch if input is a match.