FeedbackRecordsRequest.Records Property
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.
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.