CustomQuestionAnswering.CallTrainAsync(FeedbackRecords) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Envoyez des commentaires au base de connaissances.
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
Paramètres
- feedbackRecords
- FeedbackRecords
Objet contenant un tableau de FeedbackRecord.
Retours
Task représentant l’opération asynchrone.