PhraselistCreateObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PhraselistCreateObject
- com.
public class PhraselistCreateObject
Object model for creating a phraselist model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
enabledForAllModels()
Get the enabledForAllModels value. |
Boolean |
isExchangeable()
Get the isExchangeable value. |
String |
name()
Get the name value. |
String |
phrases()
Get the phrases value. |
Phraselist |
withEnabledForAllModels(Boolean enabledForAllModels)
Set the enabledForAllModels value. |
Phraselist |
withIsExchangeable(Boolean isExchangeable)
Set the isExchangeable value. |
Phraselist |
withName(String name)
Set the name value. |
Phraselist |
withPhrases(String phrases)
Set the phrases value. |
Method Details
enabledForAllModels
public Boolean enabledForAllModels()
Get the enabledForAllModels value.
Returns:
isExchangeable
public Boolean isExchangeable()
Get the isExchangeable value.
Returns:
name
public String name()
Get the name value.
Returns:
phrases
public String phrases()
Get the phrases value.
Returns:
withEnabledForAllModels
public PhraselistCreateObject withEnabledForAllModels(Boolean enabledForAllModels)
Set the enabledForAllModels value.
Parameters:
Returns:
withIsExchangeable
public PhraselistCreateObject withIsExchangeable(Boolean isExchangeable)
Set the isExchangeable value.
Parameters:
Returns:
withName
public PhraselistCreateObject withName(String name)
Set the name value.
Parameters:
Returns:
withPhrases
public PhraselistCreateObject withPhrases(String phrases)
Set the phrases value.
Parameters:
Returns:
Applies to
Azure SDK for Java