CompositeEntityModel クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. runtime. models. CompositeEntityModel
- com.
public class CompositeEntityModel
LUIS 複合エンティティ。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
List<Composite |
children()
子の値を取得します。 |
String |
parentType()
parentType 値を取得します。 |
String |
value()
値を取得します。 |
Composite |
withChildren(List<CompositeChildModel> children)
子の値を設定します。 |
Composite |
withParentType(String parentType)
parentType 値を設定します。 |
Composite |
withValue(String value)
値を設定します。 |
メソッドの詳細
children
public List
子の値を取得します。
Returns:
子の値
parentType
public String parentType()
parentType 値を取得します。
Returns:
parentType 値
value
public String value()
値を取得します。
Returns:
値の値
withChildren
public CompositeEntityModel withChildren(List
子の値を設定します。
Parameters:
children
- 設定する子値
Returns:
CompositeEntityModel オブジェクト自体。
withParentType
public CompositeEntityModel withParentType(String parentType)
parentType 値を設定します。
Parameters:
parentType
- 設定する parentType 値
Returns:
CompositeEntityModel オブジェクト自体。
withValue
public CompositeEntityModel withValue(String value)
値を設定します。
Parameters:
value
- 設定する値
Returns:
CompositeEntityModel オブジェクト自体。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java