IQnAMakerClient Interface
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.
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. |