CustomQuestionAnswering.CallTrainAsync(FeedbackRecords) Metodo

Definizione

Inviare commenti e suggerimenti alla knowledge base.

public System.Threading.Tasks.Task CallTrainAsync (Microsoft.Bot.Builder.AI.QnA.FeedbackRecords feedbackRecords);
abstract member CallTrainAsync : Microsoft.Bot.Builder.AI.QnA.FeedbackRecords -> System.Threading.Tasks.Task
override this.CallTrainAsync : Microsoft.Bot.Builder.AI.QnA.FeedbackRecords -> System.Threading.Tasks.Task
Public Function CallTrainAsync (feedbackRecords As FeedbackRecords) As Task

Parametri

feedbackRecords
FeedbackRecords

Oggetto contenente una matrice di FeedbackRecord.

Restituisce

Task che rappresenta l'operazione asincrona.

Implementazioni

Si applica a