JsonChild Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.JsonChild

public class JsonChild

The JsonChild model.

Method Summary

Modifier and Type Method and Description
List<JsonChild> children()

Get the children value.

List<JsonModelFeatureInformation> features()

Get the features value.

String instanceOfProperty()

Get the instanceOfProperty value.

String name()

Get the name value.

JsonChild withChildren(List<JsonChild> children)

Set the children value.

JsonChild withFeatures(List<JsonModelFeatureInformation> features)

Set the features value.

JsonChild withInstanceOfProperty(String instanceOfProperty)

Set the instanceOfProperty value.

JsonChild withName(String name)

Set the name value.

Method Details

children

public List children()

Get the children value.

Returns:

the children value

features

public List features()

Get the features value.

Returns:

the features value

instanceOfProperty

public String instanceOfProperty()

Get the instanceOfProperty value.

Returns:

the instanceOfProperty value

name

public String name()

Get the name value.

Returns:

the name value

withChildren

public JsonChild withChildren(List children)

Set the children value.

Parameters:

children - the children value to set

Returns:

the JsonChild object itself.

withFeatures

public JsonChild withFeatures(List features)

Set the features value.

Parameters:

features - the features value to set

Returns:

the JsonChild object itself.

withInstanceOfProperty

public JsonChild withInstanceOfProperty(String instanceOfProperty)

Set the instanceOfProperty value.

Parameters:

instanceOfProperty - the instanceOfProperty value to set

Returns:

the JsonChild object itself.

withName

public JsonChild withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the JsonChild object itself.

Applies to