UpdateSettingsOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. UpdateSettingsOptionalParameter
- com.
public class UpdateSettingsOptionalParameter
The UpdateSettingsOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean |
isPublic()
Get the isPublic value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Update |
withIsPublic(boolean isPublic)
Set the isPublic value. |
Update |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
isPublic
public boolean isPublic()
Get the isPublic value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withIsPublic
public UpdateSettingsOptionalParameter withIsPublic(boolean isPublic)
Set the isPublic value.
Parameters:
Returns:
withThisclientacceptLanguage
public UpdateSettingsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java