你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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