JsonChild Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. JsonChild
- com.
public class JsonChild
The JsonChild model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Json |
children()
Get the children value. |
List<Json |
features()
Get the features value. |
String |
instanceOfProperty()
Get the instanceOfProperty value. |
String |
name()
Get the name value. |
Json |
withChildren(List<JsonChild> children)
Set the children value. |
Json |
withFeatures(List<JsonModelFeatureInformation> features)
Set the features value. |
Json |
withInstanceOfProperty(String instanceOfProperty)
Set the instanceOfProperty value. |
Json |
withName(String name)
Set the name value. |
Method Details
children
public List
Get the children value.
Returns:
features
public List
Get the features value.
Returns:
instanceOfProperty
public String instanceOfProperty()
Get the instanceOfProperty value.
Returns:
name
public String name()
Get the name value.
Returns:
withChildren
public JsonChild withChildren(List
Set the children value.
Parameters:
Returns:
withFeatures
public JsonChild withFeatures(List
Set the features value.
Parameters:
Returns:
withInstanceOfProperty
public JsonChild withInstanceOfProperty(String instanceOfProperty)
Set the instanceOfProperty value.
Parameters:
Returns:
withName
public JsonChild withName(String name)
Set the name value.
Parameters:
Returns:
Applies to
Azure SDK for Java