RecognizePrimitive<T>.Matches(IMessageActivity, Object) 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.
public virtual System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch> Matches (Microsoft.Bot.Connector.IMessageActivity input, object defaultValue = default);
abstract member Matches : Microsoft.Bot.Connector.IMessageActivity * obj -> seq<Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch>
override this.Matches : Microsoft.Bot.Connector.IMessageActivity * obj -> seq<Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch>
Public Iterator Overridable Function Matches (input As IMessageActivity, Optional defaultValue As Object = Nothing) As IEnumerable(Of TermMatch)
Parameters
- input
- IMessageActivity
- defaultValue
- Object