IQnAMakerClient 인터페이스

정의

QnA Maker 기술 자료 액세스하기 위한 클라이언트입니다.

public interface IQnAMakerClient
type IQnAMakerClient = interface
Public Interface IQnAMakerClient
파생

메서드

CallTrainAsync(FeedbackRecords)

기술 자료 피드백을 보냅니다.

GetAnswersAsync(ITurnContext, QnAMakerOptions, Dictionary<String,String>, Dictionary<String,Double>)

기술 자료 답변을 생성합니다.

GetAnswersRawAsync(ITurnContext, QnAMakerOptions, Dictionary<String,String>, Dictionary<String,Double>)

기술 자료 답변을 생성합니다.

GetLowScoreVariation(QueryResult[])

활성 학습에 대한 모호한 질문을 필터링합니다.

적용 대상