FeedbackRecordsRequest.Records 属性

定义

获取 Active Learning 的 FeedbackRecord 列表。

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)

属性值

主动学习的 列表 FeedbackRecord

适用于