EntityRoleCreateObject クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. EntityRoleCreateObject
- com.
public class EntityRoleCreateObject
エンティティ ロールを作成するためのオブジェクト モデル。
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| String |
name()
名前の値を取得します。 |
|
Entity |
withName(String name)
名前の値を設定します。 |
メソッドの詳細
name
public String name()
名前の値を取得します。
Returns:
名前の値
withName
public EntityRoleCreateObject withName(String name)
名前の値を設定します。
Parameters:
name
- 設定する名前の値
Returns:
EntityRoleCreateObject オブジェクト自体。