你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloneOptionalParameter Class

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

public class CloneOptionalParameter

The CloneOptionalParameter model.

Method Summary

Modifier and Type Method and Description
String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

String version()

Get the version value.

CloneOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

CloneOptionalParameter 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 CloneOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the CloneOptionalParameter object itself.

withVersion

public CloneOptionalParameter withVersion(String version)

Set the version value.

Parameters:

version - the version value to set

Returns:

the CloneOptionalParameter object itself.

Applies to