ChildEntityModelCreateObject Class

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

public class ChildEntityModelCreateObject

A child entity extractor create object.

Method Summary

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

Get the children value.

String instanceOfProperty()

Get the instanceOfProperty value.

String name()

Get the name value.

ChildEntityModelCreateObject withChildren(List<ChildEntityModelCreateObject> children)

Set the children value.

ChildEntityModelCreateObject withInstanceOfProperty(String instanceOfProperty)

Set the instanceOfProperty value.

ChildEntityModelCreateObject withName(String name)

Set the name value.

Method Details

children

public List children()

Get the children value.

Returns:

the children 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 ChildEntityModelCreateObject withChildren(List children)

Set the children value.

Parameters:

children - the children value to set

Returns:

the ChildEntityModelCreateObject object itself.

withInstanceOfProperty

public ChildEntityModelCreateObject withInstanceOfProperty(String instanceOfProperty)

Set the instanceOfProperty value.

Parameters:

instanceOfProperty - the instanceOfProperty value to set

Returns:

the ChildEntityModelCreateObject object itself.

withName

public ChildEntityModelCreateObject withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ChildEntityModelCreateObject object itself.

Applies to