次の方法で共有


CompositeChildModel クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel

public class CompositeChildModel

LUIS 複合エンティティの子エンティティ。

メソッドの概要

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

型の値を取得します。

String value()

値を取得します。

CompositeChildModel withType(String type)

型の値を設定します。

CompositeChildModel withValue(String value)

値を設定します。

メソッドの詳細

type

public String type()

型の値を取得します。

Returns:

型の値

value

public String value()

値を取得します。

Returns:

値の値

withType

public CompositeChildModel withType(String type)

型の値を設定します。

Parameters:

type - 設定する型の値

Returns:

CompositeChildModel オブジェクト自体。

withValue

public CompositeChildModel withValue(String value)

値を設定します。

Parameters:

value - 設定する値

Returns:

CompositeChildModel オブジェクト自体。

適用対象