IntentsSuggestionExample Klasse
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. IntentsSuggestionExample
- com.
public class IntentsSuggestionExample
Vorhergesagte/vorgeschlagene Absicht.
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
List<Entity |
entityPredictions()
Rufen Sie den Wert entityPredictions ab. |
List<Intent |
intentPredictions()
Rufen Sie den Wert intentPredictions ab. |
String |
text()
Rufen Sie den Textwert ab. |
List<String> |
tokenizedText()
Rufen Sie den Wert tokenizedText ab. |
Intents |
withEntityPredictions(List<EntityPrediction> entityPredictions)
Legen Sie den Wert entityPredictions fest. |
Intents |
withIntentPredictions(List<IntentPrediction> intentPredictions)
Legen Sie den Wert intentPredictions fest. |
Intents |
withText(String text)
Legen Sie den Textwert fest. |
Intents |
withTokenizedText(List<String> tokenizedText)
Legen Sie den Wert tokenizedText fest. |
Details zur Methode
entityPredictions
public List
Rufen Sie den Wert entityPredictions ab.
Returns:
intentPredictions
public List
Rufen Sie den Wert intentPredictions ab.
Returns:
text
public String text()
Rufen Sie den Textwert ab.
Returns:
tokenizedText
public List
Rufen Sie den Wert tokenizedText ab.
Returns:
withEntityPredictions
public IntentsSuggestionExample withEntityPredictions(List
Legen Sie den Wert entityPredictions fest.
Parameters:
Returns:
withIntentPredictions
public IntentsSuggestionExample withIntentPredictions(List
Legen Sie den Wert intentPredictions fest.
Parameters:
Returns:
withText
public IntentsSuggestionExample withText(String text)
Legen Sie den Textwert fest.
Parameters:
Returns:
withTokenizedText
public IntentsSuggestionExample withTokenizedText(List
Legen Sie den Wert tokenizedText fest.
Parameters:
Returns:
Gilt für:
Azure SDK for Java