Class FeedbackRecordsDTO
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.FeedbackRecordsDTO
-
public class FeedbackRecordsDTO extends Object
Active learning feedback records.
-
-
Constructor Summary
Constructors Constructor Description FeedbackRecordsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FeedbackRecordDTO>feedbackRecords()Get the feedbackRecords value.FeedbackRecordsDTOwithFeedbackRecords(List<FeedbackRecordDTO> feedbackRecords)Set the feedbackRecords value.
-
-
-
Method Detail
-
feedbackRecords
public List<FeedbackRecordDTO> feedbackRecords()
Get the feedbackRecords value.- Returns:
- the feedbackRecords value
-
withFeedbackRecords
public FeedbackRecordsDTO withFeedbackRecords(List<FeedbackRecordDTO> feedbackRecords)
Set the feedbackRecords value.- Parameters:
feedbackRecords- the feedbackRecords value to set- Returns:
- the FeedbackRecordsDTO object itself.
-
-