EntityModelUpdateObject Class

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

public class EntityModelUpdateObject

An entity extractor update object.

Method Summary

Modifier and Type Method and Description
String instanceOfProperty()

Get the instanceOfProperty value.

String name()

Get the name value.

EntityModelUpdateObject withInstanceOfProperty(String instanceOfProperty)

Set the instanceOfProperty value.

EntityModelUpdateObject withName(String name)

Set the name value.

Method Details

instanceOfProperty

public String instanceOfProperty()

Get the instanceOfProperty value.

Returns:

the instanceOfProperty value

name

public String name()

Get the name value.

Returns:

the name value

withInstanceOfProperty

public EntityModelUpdateObject withInstanceOfProperty(String instanceOfProperty)

Set the instanceOfProperty value.

Parameters:

instanceOfProperty - the instanceOfProperty value to set

Returns:

the EntityModelUpdateObject object itself.

withName

public EntityModelUpdateObject withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the EntityModelUpdateObject object itself.

Applies to