AvailablePrebuiltEntityModel Class

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

public class AvailablePrebuiltEntityModel

Available Prebuilt entity model for using in an application.

Method Summary

Modifier and Type Method and Description
String description()

Get the description value.

String examples()

Get the examples value.

String name()

Get the name value.

AvailablePrebuiltEntityModel withDescription(String description)

Set the description value.

AvailablePrebuiltEntityModel withExamples(String examples)

Set the examples value.

AvailablePrebuiltEntityModel withName(String name)

Set the name value.

Method Details

description

public String description()

Get the description value.

Returns:

the description value

examples

public String examples()

Get the examples value.

Returns:

the examples value

name

public String name()

Get the name value.

Returns:

the name value

withDescription

public AvailablePrebuiltEntityModel withDescription(String description)

Set the description value.

Parameters:

description - the description value to set

Returns:

the AvailablePrebuiltEntityModel object itself.

withExamples

public AvailablePrebuiltEntityModel withExamples(String examples)

Set the examples value.

Parameters:

examples - the examples value to set

Returns:

the AvailablePrebuiltEntityModel object itself.

withName

public AvailablePrebuiltEntityModel withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the AvailablePrebuiltEntityModel object itself.

Applies to