Share via


FeedbackRecordsDTO.FeedbackRecords Property

Definition

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to