你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IntentsSuggestionExample 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. IntentsSuggestionExample
- com.
public class IntentsSuggestionExample
预测/建议的意向。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
List<Entity |
entityPredictions()
获取 entityPredictions 值。 |
List<Intent |
intentPredictions()
获取 intentPredictions 值。 |
String |
text()
获取文本值。 |
List<String> |
tokenizedText()
获取 tokenizedText 值。 |
Intents |
withEntityPredictions(List<EntityPrediction> entityPredictions)
设置 entityPredictions 值。 |
Intents |
withIntentPredictions(List<IntentPrediction> intentPredictions)
设置 intentPredictions 值。 |
Intents |
withText(String text)
设置文本值。 |
Intents |
withTokenizedText(List<String> tokenizedText)
设置 tokenizedText 值。 |
方法详细信息
entityPredictions
public List
获取 entityPredictions 值。
Returns:
intentPredictions
public List
获取 intentPredictions 值。
Returns:
text
public String text()
获取文本值。
Returns:
tokenizedText
public List
获取 tokenizedText 值。
Returns:
withEntityPredictions
public IntentsSuggestionExample withEntityPredictions(List
设置 entityPredictions 值。
Parameters:
Returns:
withIntentPredictions
public IntentsSuggestionExample withIntentPredictions(List
设置 intentPredictions 值。
Parameters:
Returns:
withText
public IntentsSuggestionExample withText(String text)
设置文本值。
Parameters:
Returns:
withTokenizedText
public IntentsSuggestionExample withTokenizedText(List
设置 tokenizedText 值。
Parameters:
Returns: