IQnAMakerClient Interface

Definition

Client to access a QnA Maker knowledge base.

public interface IQnAMakerClient
type IQnAMakerClient = interface
Public Interface IQnAMakerClient
Derived

Methods

CallTrainAsync(FeedbackRecords)

Send feedback to the knowledge base.

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

Generates an answer from the knowledge base.

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

Generates an answer from the knowledge base.

GetLowScoreVariation(QueryResult[])

Filters the ambiguous question for active learning.

Applies to