IQnAMakerClient.CallTrainAsync(FeedbackRecords) Method

Definition

Send feedback to the 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
Public Function CallTrainAsync (feedbackRecords As FeedbackRecords) As Task

Parameters

feedbackRecords
FeedbackRecords

Feedback records.

Returns

A Task representing the asynchronous operation.

Applies to