Freigeben über


EntityModelCreateObject Class

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

public class EntityModelCreateObject

An entity extractor create object.

Method Summary

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

Get the children value.

String name()

Get the name value.

EntityModelCreateObject withChildren(List<ChildEntityModelCreateObject> children)

Set the children value.

EntityModelCreateObject withName(String name)

Set the name value.

Method Details

children

public List children()

Get the children value.

Returns:

the children value

name

public String name()

Get the name value.

Returns:

the name value

withChildren

public EntityModelCreateObject withChildren(List children)

Set the children value.

Parameters:

children - the children value to set

Returns:

the EntityModelCreateObject object itself.

withName

public EntityModelCreateObject withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the EntityModelCreateObject object itself.

Applies to