Jaa


FeedbackRecordsRequest.Records Property

Definition

Gets A list of FeedbackRecord for Active Learning.

public System.Collections.Generic.List<Microsoft.Bot.Builder.AI.QnA.FeedbackRecord> Records { get; }
member this.Records : System.Collections.Generic.List<Microsoft.Bot.Builder.AI.QnA.FeedbackRecord>
Public ReadOnly Property Records As List(Of FeedbackRecord)

Property Value

A list of FeedbackRecord for Active Learning.

Applies to