CompositeEntityModel Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. runtime. models. CompositeEntityModel
- com.
public class CompositeEntityModel
LUIS Composite Entity.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Composite |
children()
Get the children value. |
String |
parentType()
Get the parentType value. |
String |
value()
Get the value value. |
Composite |
withChildren(List<CompositeChildModel> children)
Set the children value. |
Composite |
withParentType(String parentType)
Set the parentType value. |
Composite |
withValue(String value)
Set the value value. |
Method Details
children
public List
Get the children value.
Returns:
parentType
public String parentType()
Get the parentType value.
Returns:
value
public String value()
Get the value value.
Returns:
withChildren
public CompositeEntityModel withChildren(List
Set the children value.
Parameters:
Returns:
withParentType
public CompositeEntityModel withParentType(String parentType)
Set the parentType value.
Parameters:
Returns:
withValue
public CompositeEntityModel withValue(String value)
Set the value value.
Parameters:
Returns:
Applies to
Azure SDK for Java