ChildEntityModelCreateObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ChildEntityModelCreateObject
- com.
public class ChildEntityModelCreateObject
A child entity extractor create object.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Child |
children()
Get the children value. |
String |
instanceOfProperty()
Get the instanceOfProperty value. |
String |
name()
Get the name value. |
Child |
withChildren(List<ChildEntityModelCreateObject> children)
Set the children value. |
Child |
withInstanceOfProperty(String instanceOfProperty)
Set the instanceOfProperty value. |
Child |
withName(String name)
Set the name value. |
Method Details
children
public List
Get the children value.
Returns:
instanceOfProperty
public String instanceOfProperty()
Get the instanceOfProperty value.
Returns:
name
public String name()
Get the name value.
Returns:
withChildren
public ChildEntityModelCreateObject withChildren(List
Set the children value.
Parameters:
Returns:
withInstanceOfProperty
public ChildEntityModelCreateObject withInstanceOfProperty(String instanceOfProperty)
Set the instanceOfProperty value.
Parameters:
Returns:
withName
public ChildEntityModelCreateObject withName(String name)
Set the name value.
Parameters:
Returns:
Applies to
Azure SDK for Java