PhraseListFeatureInfo Class
- java.
lang. Object - FeatureInfoObject
- com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PhraseListFeatureInfo
- com.
public class PhraseListFeatureInfo extends FeatureInfoObject
Phraselist Feature.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
isExchangeable()
Get the isExchangeable value. |
String |
phrases()
Get the phrases value. |
Phrase |
withIsExchangeable(Boolean isExchangeable)
Set the isExchangeable value. |
Phrase |
withPhrases(String phrases)
Set the phrases value. |
Inherited Members
FeatureInfoObject.enabledForAllModels()
FeatureInfoObject.id()
FeatureInfoObject.isActive()
FeatureInfoObject.name()
FeatureInfoObject.withEnabledForAllModels(Boolean enabledForAllModels)
FeatureInfoObject.withId(Integer id)
FeatureInfoObject.withIsActive(Boolean isActive)
FeatureInfoObject.withName(String name)
Method Details
isExchangeable
public Boolean isExchangeable()
Get the isExchangeable value.
Returns:
the isExchangeable value
phrases
public String phrases()
Get the phrases value.
Returns:
the phrases value
withIsExchangeable
public PhraseListFeatureInfo withIsExchangeable(Boolean isExchangeable)
Set the isExchangeable value.
Parameters:
isExchangeable
- the isExchangeable value to set
Returns:
the PhraseListFeatureInfo object itself.
withPhrases
public PhraseListFeatureInfo withPhrases(String phrases)
Set the phrases value.
Parameters:
phrases
- the phrases value to set
Returns:
the PhraseListFeatureInfo object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java