Share via


FeedbackRecordsDTO Constructors

Definition

Overloads

FeedbackRecordsDTO()
FeedbackRecordsDTO(IList<FeedbackRecordDTO>)

FeedbackRecordsDTO()

Source:
FeedbackRecordsDTO.cs
public FeedbackRecordsDTO ();
Public Sub New ()

Applies to

FeedbackRecordsDTO(IList<FeedbackRecordDTO>)

Source:
FeedbackRecordsDTO.cs
public FeedbackRecordsDTO (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FeedbackRecordDTO> feedbackRecords = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FeedbackRecordsDTO : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FeedbackRecordDTO> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.FeedbackRecordsDTO
Public Sub New (Optional feedbackRecords As IList(Of FeedbackRecordDTO) = Nothing)

Parameters

feedbackRecords
IList<FeedbackRecordDTO>

Applies to