次の方法で共有


PhraseListFeatureInfo クラス

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

public class PhraseListFeatureInfo extends FeatureInfoObject

フレーズリスト機能。

メソッドの概要

修飾子と型 メソッドと説明
Boolean isExchangeable()

isExchangeable 値を取得します。

String phrases()

語句の値を取得します。

PhraseListFeatureInfo withIsExchangeable(Boolean isExchangeable)

isExchangeable 値を設定します。

PhraseListFeatureInfo withPhrases(String phrases)

語句の値を設定します。

継承メンバー

メソッドの詳細

isExchangeable

public Boolean isExchangeable()

isExchangeable 値を取得します。

Returns:

isExchangeable 値

phrases

public String phrases()

語句の値を取得します。

Returns:

語句の値

withIsExchangeable

public PhraseListFeatureInfo withIsExchangeable(Boolean isExchangeable)

isExchangeable 値を設定します。

Parameters:

isExchangeable - 設定する isExchangeable 値

Returns:

PhraseListFeatureInfo オブジェクト自体。

withPhrases

public PhraseListFeatureInfo withPhrases(String phrases)

語句の値を設定します。

Parameters:

phrases - 設定する語句の値

Returns:

PhraseListFeatureInfo オブジェクト自体。

適用対象