PublishSettings interface
The application publish settings.
Properties
id | The application ID. |
is |
Setting sentiment analysis as true returns the sentiment of the input utterance along with the response |
is |
Enables speech priming in your app |
is |
Enables spell checking of the utterance. |
Property Details
id
The application ID.
id: string
Property Value
string
isSentimentAnalysisEnabled
Setting sentiment analysis as true returns the sentiment of the input utterance along with the response
isSentimentAnalysisEnabled: boolean
Property Value
boolean
isSpeechEnabled
Enables speech priming in your app
isSpeechEnabled: boolean
Property Value
boolean
isSpellCheckerEnabled
Enables spell checking of the utterance.
isSpellCheckerEnabled: boolean
Property Value
boolean