PublishSettings Class

The application publish settings.

All required parameters must be populated in order to send to Azure.

Inheritance
PublishSettings

Constructor

PublishSettings(*, id: str, is_sentiment_analysis_enabled: bool, is_speech_enabled: bool, is_spell_checker_enabled: bool, **kwargs)

Parameters

id
str
Required

Required. The application ID.

is_sentiment_analysis_enabled
bool
Required

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

is_speech_enabled
bool
Required

Required. Enables speech priming in your app

is_spell_checker_enabled
bool
Required

Required. Enables spell checking of the utterance.