Compartilhar via


IntentsSuggestionExample Classe

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

public class IntentsSuggestionExample

Intenção prevista/sugerida.

Resumo do método

Modificador e tipo Método e descrição
List<EntityPrediction> entityPredictions()

Obter o valor entityPredictions.

List<IntentPrediction> intentPredictions()

Obtenha o valor intentPredictions.

String text()

Obter o valor do texto.

List<String> tokenizedText()

Obtenha o valor tokenizedText.

IntentsSuggestionExample withEntityPredictions(List<EntityPrediction> entityPredictions)

Defina o valor entityPredictions.

IntentsSuggestionExample withIntentPredictions(List<IntentPrediction> intentPredictions)

Defina o valor intentPredictions.

IntentsSuggestionExample withText(String text)

Defina o valor do texto.

IntentsSuggestionExample withTokenizedText(List<String> tokenizedText)

Defina o valor tokenizedText.

Detalhes do método

entityPredictions

public List entityPredictions()

Obter o valor entityPredictions.

Returns:

o valor de entityPredictions

intentPredictions

public List intentPredictions()

Obtenha o valor intentPredictions.

Returns:

o valor intentPredictions

text

public String text()

Obter o valor do texto.

Returns:

o valor de texto

tokenizedText

public List tokenizedText()

Obtenha o valor tokenizedText.

Returns:

o valor tokenizedText

withEntityPredictions

public IntentsSuggestionExample withEntityPredictions(List entityPredictions)

Defina o valor entityPredictions.

Parameters:

entityPredictions - o valor entityPredictions a ser definido

Returns:

o próprio objeto IntentsSuggestionExample.

withIntentPredictions

public IntentsSuggestionExample withIntentPredictions(List intentPredictions)

Defina o valor intentPredictions.

Parameters:

intentPredictions - o valor intentPredictions a ser definido

Returns:

o próprio objeto IntentsSuggestionExample.

withText

public IntentsSuggestionExample withText(String text)

Defina o valor do texto.

Parameters:

text - o valor de texto a ser definido

Returns:

o próprio objeto IntentsSuggestionExample.

withTokenizedText

public IntentsSuggestionExample withTokenizedText(List tokenizedText)

Defina o valor tokenizedText.

Parameters:

tokenizedText - o valor tokenizedText a ser definido

Returns:

o próprio objeto IntentsSuggestionExample.

Aplica-se a