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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java