IQnAMakerClient.CallTrainAsync(FeedbackRecords) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.