次の方法で共有


CompositeChildModelCreateObject クラス

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

public class CompositeChildModelCreateObject

CompositeChildModelCreateObject モデル。

メソッドの概要

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

名前の値を取得します。

CompositeChildModelCreateObject withName(String name)

名前の値を設定します。

メソッドの詳細

name

public String name()

名前の値を取得します。

Returns:

名前の値

withName

public CompositeChildModelCreateObject withName(String name)

名前の値を設定します。

Parameters:

name - 設定する名前の値

Returns:

CompositeChildModelCreateObject オブジェクト自体。

適用対象