CloneOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. CloneOptionalParameter
- com.
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. |
Clone |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Clone |
withVersion(String version)
Set the version value. |
Method Details
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
version
public String version()
Get the version value.
Returns:
withThisclientacceptLanguage
public CloneOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
withVersion
public CloneOptionalParameter withVersion(String version)
Set the version value.
Parameters:
Returns:
Applies to
Azure SDK for Java