Compartilhar via


ExampleLabelObject Classe

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

public class ExampleLabelObject

Um enunciado de exemplo rotulado.

Resumo do método

Modificador e tipo Método e descrição
List<EntityLabelObject> entityLabels()

Obtenha o valor entityLabels.

String intentName()

Obtenha o valor intentName.

String text()

Obtenha o valor do texto.

ExampleLabelObject withEntityLabels(List<EntityLabelObject> entityLabels)

Defina o valor entityLabels.

ExampleLabelObject withIntentName(String intentName)

Defina o valor intentName.

ExampleLabelObject withText(String text)

Defina o valor do texto.

Detalhes do método

entityLabels

public List entityLabels()

Obtenha o valor entityLabels.

Returns:

o valor entityLabels

intentName

public String intentName()

Obtenha o valor intentName.

Returns:

o valor intentName

text

public String text()

Obtenha o valor do texto.

Returns:

o valor do texto

withEntityLabels

public ExampleLabelObject withEntityLabels(List entityLabels)

Defina o valor entityLabels.

Parameters:

entityLabels - o valor entityLabels a ser definido

Returns:

o objeto ExampleLabelObject em si.

withIntentName

public ExampleLabelObject withIntentName(String intentName)

Defina o valor intentName.

Parameters:

intentName - o valor intentName a ser definido

Returns:

o objeto ExampleLabelObject em si.

withText

public ExampleLabelObject withText(String text)

Defina o valor do texto.

Parameters:

text - o valor de texto a ser definido

Returns:

o objeto ExampleLabelObject em si.

Aplica-se a