你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SubClosedListResponse 类
- java.
lang. Object - SubClosedList
- com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. SubClosedListResponse
- com.
public class SubClosedListResponse extends SubClosedList
列表实体的项的子列表。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
int |
id()
获取 ID 值。 |
Sub |
withId(int id)
设置 ID 值。 |
继承成员
SubClosedList.canonicalForm()
SubClosedList.list()
SubClosedList.withCanonicalForm(String canonicalForm)
SubClosedList.withList(List<String> list)
方法详细信息
id
public int id()
获取 ID 值。
Returns:
id 值
withId
public SubClosedListResponse withId(int id)
设置 ID 值。
Parameters:
id
- 要设置的 id 值
Returns:
SubClosedListResponse 对象本身。