Freigeben über


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