Freigeben über


PublishSettingUpdateObject Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.PublishSettingUpdateObject

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.

PublishSettingUpdateObject withSentimentAnalysis(boolean sentimentAnalysis)

Set the sentimentAnalysis value.

PublishSettingUpdateObject withSpeech(boolean speech)

Set the speech value.

PublishSettingUpdateObject withSpellChecker(boolean spellChecker)

Set the spellChecker value.

Method Details

sentimentAnalysis

public boolean sentimentAnalysis()

Get the sentimentAnalysis value.

Returns:

the sentimentAnalysis value

speech

public boolean speech()

Get the speech value.

Returns:

the speech value

spellChecker

public boolean spellChecker()

Get the spellChecker value.

Returns:

the spellChecker value

withSentimentAnalysis

public PublishSettingUpdateObject withSentimentAnalysis(boolean sentimentAnalysis)

Set the sentimentAnalysis value.

Parameters:

sentimentAnalysis - the sentimentAnalysis value to set

Returns:

the PublishSettingUpdateObject object itself.

withSpeech

public PublishSettingUpdateObject withSpeech(boolean speech)

Set the speech value.

Parameters:

speech - the speech value to set

Returns:

the PublishSettingUpdateObject object itself.

withSpellChecker

public PublishSettingUpdateObject withSpellChecker(boolean spellChecker)

Set the spellChecker value.

Parameters:

spellChecker - the spellChecker value to set

Returns:

the PublishSettingUpdateObject object itself.

Applies to