次の方法で共有


FeedbackRecordsDTO.FeedbackRecords プロパティ

定義

[Newtonsoft.Json.JsonProperty(PropertyName="feedbackRecords")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FeedbackRecordDTO> FeedbackRecords { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="feedbackRecords")>]
member this.FeedbackRecords : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FeedbackRecordDTO> with get, set
Public Property FeedbackRecords As IList(Of FeedbackRecordDTO)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象