Class UpdateSettingsOptionalParameter
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.UpdateSettingsOptionalParameter
-
public class UpdateSettingsOptionalParameter extends Object
The UpdateSettingsOptionalParameter model.
-
-
Constructor Summary
Constructors Constructor Description UpdateSettingsOptionalParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointSettingsDTOActiveLearningactiveLearning()Get the activeLearning value.StringthisclientacceptLanguage()Get the thisclientacceptLanguage value.UpdateSettingsOptionalParameterwithActiveLearning(EndpointSettingsDTOActiveLearning activeLearning)Set the activeLearning value.UpdateSettingsOptionalParameterwithThisclientacceptLanguage(String thisclientacceptLanguage)Set the thisclientacceptLanguage value.
-
-
-
Method Detail
-
activeLearning
public EndpointSettingsDTOActiveLearning activeLearning()
Get the activeLearning value.- Returns:
- the activeLearning value
-
withActiveLearning
public UpdateSettingsOptionalParameter withActiveLearning(EndpointSettingsDTOActiveLearning activeLearning)
Set the activeLearning value.- Parameters:
activeLearning- the activeLearning value to set- Returns:
- the UpdateSettingsOptionalParameter object itself.
-
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.- Returns:
- the thisclientacceptLanguage value
-
withThisclientacceptLanguage
public UpdateSettingsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.- Parameters:
thisclientacceptLanguage- the thisclientacceptLanguage value to set- Returns:
- the UpdateSettingsOptionalParameter object itself.
-
-