次の方法で共有


ExplicitListItemCreateObject クラス

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

public class ExplicitListItemCreateObject

明示的な (例外) リスト アイテムを作成するためのオブジェクト モデル。

メソッドの概要

修飾子と型 メソッドと説明
String explicitListItem()

explicitListItem 値を取得します。

ExplicitListItemCreateObject withExplicitListItem(String explicitListItem)

explicitListItem 値を設定します。

メソッドの詳細

explicitListItem

public String explicitListItem()

explicitListItem 値を取得します。

Returns:

explicitListItem 値

withExplicitListItem

public ExplicitListItemCreateObject withExplicitListItem(String explicitListItem)

explicitListItem 値を設定します。

Parameters:

explicitListItem - 設定する explicitListItem 値

Returns:

ExplicitListItemCreateObject オブジェクト自体。

適用対象