FeedbackRecords Class

  • java.lang.Object
    • com.microsoft.bot.ai.qna.models.FeedbackRecords

public class FeedbackRecords

Active learning feedback records.

Constructor Summary

Constructor Description
FeedbackRecords()

Method Summary

Modifier and Type Method and Description
FeedbackRecord[] getRecords()

Gets the list of feedback records.

void setRecords(FeedbackRecord[] withRecords)

Sets the list of feedback records.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

FeedbackRecords

public FeedbackRecords()

Method Details

getRecords

public FeedbackRecord[] getRecords()

Gets the list of feedback records.

Returns:

setRecords

public void setRecords(FeedbackRecord[] withRecords)

Sets the list of feedback records.

Parameters:

withRecords - List of FeedbackRecord.

Applies to