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