EntityModelCreateObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. EntityModelCreateObject
- com.
public class EntityModelCreateObject
An entity extractor create object.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Child |
children()
Get the children value. |
String |
name()
Get the name value. |
Entity |
withChildren(List<ChildEntityModelCreateObject> children)
Set the children value. |
Entity |
withName(String name)
Set the name value. |
Method Details
children
public List
Get the children value.
Returns:
name
public String name()
Get the name value.
Returns:
withChildren
public EntityModelCreateObject withChildren(List
Set the children value.
Parameters:
Returns:
withName
public EntityModelCreateObject withName(String name)
Set the name value.
Parameters:
Returns: