IQnAMakerClient 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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[])
|
筛选不明确的问题,以便进行主动学习。
|
适用于