PublishSettingUpdateObject interface
Object model for updating an application's publish settings.
Properties
sentiment |
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 |
spell |
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