PublishSettingUpdateObject Class

Object model for updating an application's publish settings.

Inheritance
PublishSettingUpdateObject

Constructor

PublishSettingUpdateObject(*, sentiment_analysis: Optional[bool] = None, speech: Optional[bool] = None, spell_checker: Optional[bool] = None, **kwargs)

Parameters

sentiment_analysis
bool
Required

Setting sentiment analysis as true returns the Sentiment of the input utterance along with the response

speech
bool
Required

Setting speech as public enables speech priming in your app

spell_checker
bool
Required

Setting spell checker as public enables spell checking the input utterance.