PublishSettings interface

The application publish settings.

Properties

id

The application ID.

isSentimentAnalysisEnabled

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

isSpeechEnabled

Enables speech priming in your app

isSpellCheckerEnabled

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