Sdílet prostřednictvím


IQnAMakerClient Rozhraní

Definice

Klient pro přístup k znalostní báze služby QnA Maker.

public interface IQnAMakerClient
type IQnAMakerClient = interface
Public Interface IQnAMakerClient
Odvozené

Metody

CallTrainAsync(FeedbackRecords)

Pošlete znalostní báze svůj názor.

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

Vygeneruje odpověď z znalostní báze.

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

Vygeneruje odpověď z znalostní báze.

GetLowScoreVariation(QueryResult[])

Filtruje nejednoznačné otázky pro aktivní učení.

Platí pro