PublishSettingUpdateObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PublishSettingUpdateObject
- com.
public class PublishSettingUpdateObject
Object model for updating an application's publish settings.
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean |
sentimentAnalysis()
Get the sentimentAnalysis value. |
boolean |
speech()
Get the speech value. |
boolean |
spellChecker()
Get the spellChecker value. |
Publish |
withSentimentAnalysis(boolean sentimentAnalysis)
Set the sentimentAnalysis value. |
Publish |
withSpeech(boolean speech)
Set the speech value. |
Publish |
withSpellChecker(boolean spellChecker)
Set the spellChecker value. |
Method Details
sentimentAnalysis
public boolean sentimentAnalysis()
Get the sentimentAnalysis value.
Returns:
speech
public boolean speech()
Get the speech value.
Returns:
spellChecker
public boolean spellChecker()
Get the spellChecker value.
Returns:
withSentimentAnalysis
public PublishSettingUpdateObject withSentimentAnalysis(boolean sentimentAnalysis)
Set the sentimentAnalysis value.
Parameters:
Returns:
withSpeech
public PublishSettingUpdateObject withSpeech(boolean speech)
Set the speech value.
Parameters:
Returns:
withSpellChecker
public PublishSettingUpdateObject withSpellChecker(boolean spellChecker)
Set the spellChecker value.
Parameters:
Returns:
Applies to
Azure SDK for Java