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