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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java