Freigeben über


UpdateVersionsOptionalParameter Class

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

public class UpdateVersionsOptionalParameter

The UpdateVersionsOptionalParameter model.

Method Summary

Modifier and Type Method and Description
String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

String version()

Get the version value.

UpdateVersionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

UpdateVersionsOptionalParameter withVersion(String version)

Set the version value.

Method Details

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

version

public String version()

Get the version value.

Returns:

the version value

withThisclientacceptLanguage

public UpdateVersionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the UpdateVersionsOptionalParameter object itself.

withVersion

public UpdateVersionsOptionalParameter withVersion(String version)

Set the version value.

Parameters:

version - the version value to set

Returns:

the UpdateVersionsOptionalParameter object itself.

Applies to