PublishSettingUpdateObject interface

Object model for updating an application's publish settings.

Properties

sentimentAnalysis

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

speech

Setting speech as public enables speech priming in your app

spellChecker

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

Property Details

sentimentAnalysis

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

sentimentAnalysis?: boolean

Property Value

boolean

speech

Setting speech as public enables speech priming in your app

speech?: boolean

Property Value

boolean

spellChecker

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

spellChecker?: boolean

Property Value

boolean