다음을 통해 공유


IRecognize<T>.Matches(IMessageActivity, Object) 메서드

정의

입력에 있는 일치 항목을 반환합니다.

public 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>
Public Function Matches (input As IMessageActivity, Optional defaultValue As Object = Nothing) As IEnumerable(Of TermMatch)

매개 변수

input
IMessageActivity

일치하는 입력 작업입니다.

defaultValue
Object

기본값 또는 null(없는 경우)입니다.

반환

레코드를 일치합니다.

적용 대상