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

ImportLuFormatVersionsOptionalParameter 类

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

public class ImportLuFormatVersionsOptionalParameter

ImportLuFormatVersionsOptionalParameter 模型。

方法摘要

修饰符和类型 方法和描述
String thisclientacceptLanguage()

获取 thisclientacceptLanguage 值。

String versionId()

获取 versionId 值。

ImportLuFormatVersionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

设置 thisclientacceptLanguage 值。

ImportLuFormatVersionsOptionalParameter withVersionId(String versionId)

设置 versionId 值。

方法详细信息

thisclientacceptLanguage

public String thisclientacceptLanguage()

获取 thisclientacceptLanguage 值。

Returns:

thisclientacceptLanguage 值

versionId

public String versionId()

获取 versionId 值。

Returns:

versionId 值

withThisclientacceptLanguage

public ImportLuFormatVersionsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

设置 thisclientacceptLanguage 值。

Parameters:

thisclientacceptLanguage - 要设置的 thisclientacceptLanguage 值

Returns:

ImportLuFormatVersionsOptionalParameter 对象本身。

withVersionId

public ImportLuFormatVersionsOptionalParameter withVersionId(String versionId)

设置 versionId 值。

Parameters:

versionId - 要设置的 versionId 值

Returns:

ImportLuFormatVersionsOptionalParameter 对象本身。

适用于