次の方法で共有


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)

プロパティ値

Active Learning の の FeedbackRecord 一覧。

適用対象