IntentsSuggestionExample Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. IntentsSuggestionExample
- com.
public class IntentsSuggestionExample
Intenção prevista/sugerida.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
List<Entity |
entityPredictions()
Obter o valor entityPredictions. |
List<Intent |
intentPredictions()
Obtenha o valor intentPredictions. |
String |
text()
Obter o valor do texto. |
List<String> |
tokenizedText()
Obtenha o valor tokenizedText. |
Intents |
withEntityPredictions(List<EntityPrediction> entityPredictions)
Defina o valor entityPredictions. |
Intents |
withIntentPredictions(List<IntentPrediction> intentPredictions)
Defina o valor intentPredictions. |
Intents |
withText(String text)
Defina o valor do texto. |
Intents |
withTokenizedText(List<String> tokenizedText)
Defina o valor tokenizedText. |
Detalhes do método
entityPredictions
public List
Obter o valor entityPredictions.
Returns:
intentPredictions
public List
Obtenha o valor intentPredictions.
Returns:
text
public String text()
Obter o valor do texto.
Returns:
tokenizedText
public List
Obtenha o valor tokenizedText.
Returns:
withEntityPredictions
public IntentsSuggestionExample withEntityPredictions(List
Defina o valor entityPredictions.
Parameters:
Returns:
withIntentPredictions
public IntentsSuggestionExample withIntentPredictions(List
Defina o valor intentPredictions.
Parameters:
Returns:
withText
public IntentsSuggestionExample withText(String text)
Defina o valor do texto.
Parameters:
Returns:
withTokenizedText
public IntentsSuggestionExample withTokenizedText(List
Defina o valor tokenizedText.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java