次の方法で共有


EntityRoleCreateObject クラス

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

public class EntityRoleCreateObject

エンティティ ロールを作成するためのオブジェクト モデル。

メソッドの概要

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

名前の値を取得します。

EntityRoleCreateObject withName(String name)

名前の値を設定します。

メソッドの詳細

name

public String name()

名前の値を取得します。

Returns:

名前の値

withName

public EntityRoleCreateObject withName(String name)

名前の値を設定します。

Parameters:

name - 設定する名前の値

Returns:

EntityRoleCreateObject オブジェクト自体。

適用対象