Freigeben über


UpdateSettingsOptionalParameter Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.UpdateSettingsOptionalParameter

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.

UpdateSettingsOptionalParameter withIsPublic(boolean isPublic)

Set the isPublic value.

UpdateSettingsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

isPublic

public boolean isPublic()

Get the isPublic value.

Returns:

the isPublic value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withIsPublic

public UpdateSettingsOptionalParameter withIsPublic(boolean isPublic)

Set the isPublic value.

Parameters:

isPublic - the isPublic value to set

Returns:

the UpdateSettingsOptionalParameter object itself.

withThisclientacceptLanguage

public UpdateSettingsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the UpdateSettingsOptionalParameter object itself.

Applies to