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

SubClosedList 类

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

public class SubClosedList

列表实体的项的子列表。

方法摘要

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

获取 canonicalForm 值。

List<String> list()

获取列表值。

SubClosedList withCanonicalForm(String canonicalForm)

设置 canonicalForm 值。

SubClosedList withList(List<String> list)

设置列表值。

方法详细信息

canonicalForm

public String canonicalForm()

获取 canonicalForm 值。

Returns:

canonicalForm 值

list

public List list()

获取列表值。

Returns:

列表值

withCanonicalForm

public SubClosedList withCanonicalForm(String canonicalForm)

设置 canonicalForm 值。

Parameters:

canonicalForm - 要设置的 canonicalForm 值

Returns:

SubClosedList 对象本身。

withList

public SubClosedList withList(List list)

设置列表值。

Parameters:

list - 要设置的列表值

Returns:

SubClosedList 对象本身。

适用于