次の方法で共有


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 オブジェクト自体。

適用対象