次の方法で共有


EntityModelUpdateObject クラス

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

public class EntityModelUpdateObject

エンティティ抽出プログラムの更新オブジェクト。

メソッドの概要

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

instanceOfProperty 値を取得します。

String name()

名前の値を取得します。

EntityModelUpdateObject withInstanceOfProperty(String instanceOfProperty)

instanceOfProperty 値を設定します。

EntityModelUpdateObject withName(String name)

名前の値を設定します。

メソッドの詳細

instanceOfProperty

public String instanceOfProperty()

instanceOfProperty 値を取得します。

Returns:

instanceOfProperty 値

name

public String name()

名前の値を取得します。

Returns:

名前の値

withInstanceOfProperty

public EntityModelUpdateObject withInstanceOfProperty(String instanceOfProperty)

instanceOfProperty 値を設定します。

Parameters:

instanceOfProperty - 設定する instanceOfProperty 値

Returns:

EntityModelUpdateObject オブジェクト自体。

withName

public EntityModelUpdateObject withName(String name)

名前の値を設定します。

Parameters:

name - 設定する名前の値

Returns:

EntityModelUpdateObject オブジェクト自体。

適用対象