次の方法で共有


PhraselistCreateObject クラス

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

public class PhraselistCreateObject

フレーズリスト モデルを作成するためのオブジェクト モデル。

メソッドの概要

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

enabledForAllModels 値を取得します。

Boolean isExchangeable()

isExchangeable 値を取得します。

String name()

名前の値を取得します。

String phrases()

フレーズの値を取得します。

PhraselistCreateObject withEnabledForAllModels(Boolean enabledForAllModels)

enabledForAllModels 値を設定します。

PhraselistCreateObject withIsExchangeable(Boolean isExchangeable)

isExchangeable 値を設定します。

PhraselistCreateObject withName(String name)

名前の値を設定します。

PhraselistCreateObject withPhrases(String phrases)

語句の値を設定します。

メソッドの詳細

enabledForAllModels

public Boolean enabledForAllModels()

enabledForAllModels 値を取得します。

Returns:

enabledForAllModels 値

isExchangeable

public Boolean isExchangeable()

isExchangeable 値を取得します。

Returns:

isExchangeable 値

name

public String name()

名前の値を取得します。

Returns:

名前の値

phrases

public String phrases()

フレーズの値を取得します。

Returns:

語句の値

withEnabledForAllModels

public PhraselistCreateObject withEnabledForAllModels(Boolean enabledForAllModels)

enabledForAllModels 値を設定します。

Parameters:

enabledForAllModels - 設定する enabledForAllModels 値

Returns:

PhraselistCreateObject オブジェクト自体。

withIsExchangeable

public PhraselistCreateObject withIsExchangeable(Boolean isExchangeable)

isExchangeable 値を設定します。

Parameters:

isExchangeable - 設定する isExchangeable 値

Returns:

PhraselistCreateObject オブジェクト自体。

withName

public PhraselistCreateObject withName(String name)

名前の値を設定します。

Parameters:

name - 設定する名前の値

Returns:

PhraselistCreateObject オブジェクト自体。

withPhrases

public PhraselistCreateObject withPhrases(String phrases)

語句の値を設定します。

Parameters:

phrases - 設定するフレーズ値

Returns:

PhraselistCreateObject オブジェクト自体。

適用対象