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

CompositeChildModel Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.runtime.models.CompositeChildModel

public class CompositeChildModel

Child entity in a LUIS Composite Entity.

Method Summary

Modifier and Type Method and Description
String type()

Get the type value.

String value()

Get the value value.

CompositeChildModel withType(String type)

Set the type value.

CompositeChildModel withValue(String value)

Set the value value.

Method Details

type

public String type()

Get the type value.

Returns:

the type value

value

public String value()

Get the value value.

Returns:

the value value

withType

public CompositeChildModel withType(String type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the CompositeChildModel object itself.

withValue

public CompositeChildModel withValue(String value)

Set the value value.

Parameters:

value - the value value to set

Returns:

the CompositeChildModel object itself.

Applies to