你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CloneOptionalParameter 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. CloneOptionalParameter
- com.
public class CloneOptionalParameter
CloneOptionalParameter 模型。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
String |
thisclientacceptLanguage()
获取 thisclientacceptLanguage 值。 |
String |
version()
获取版本值。 |
Clone |
withThisclientacceptLanguage(String thisclientacceptLanguage)
设置 thisclientacceptLanguage 值。 |
Clone |
withVersion(String version)
设置版本值。 |
方法详细信息
thisclientacceptLanguage
public String thisclientacceptLanguage()
获取 thisclientacceptLanguage 值。
Returns:
thisclientacceptLanguage 值
version
public String version()
获取版本值。
Returns:
版本值
withThisclientacceptLanguage
public CloneOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
设置 thisclientacceptLanguage 值。
Parameters:
thisclientacceptLanguage
- 要设置的 thisclientacceptLanguage 值
Returns:
CloneOptionalParameter 对象本身。
withVersion
public CloneOptionalParameter withVersion(String version)
设置版本值。
Parameters:
version
- 要设置的版本值
Returns:
CloneOptionalParameter 对象本身。