IQnAMakerClient Interfaz

Definición

Cliente para acceder a un knowledge base de QnA Maker.

public interface IQnAMakerClient
type IQnAMakerClient = interface
Public Interface IQnAMakerClient
Derivado

Métodos

CallTrainAsync(FeedbackRecords)

Envíe comentarios al knowledge base.

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

Genera una respuesta del knowledge base.

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

Genera una respuesta del knowledge base.

GetLowScoreVariation(QueryResult[])

Filtra la pregunta ambigua para el aprendizaje activo.

Se aplica a