DirectLineSpeechChannelPropertiesResponse

data class DirectLineSpeechChannelPropertiesResponse(val cognitiveServiceRegion: String? = null, val cognitiveServiceResourceId: String? = null, val cognitiveServiceSubscriptionKey: String? = null, val customSpeechModelId: String? = null, val customVoiceDeploymentId: String? = null, val isDefaultBotForCogSvcAccount: Boolean? = null, val isEnabled: Boolean? = null)

The parameters to provide for the DirectLine Speech channel.

Constructors

constructor(cognitiveServiceRegion: String? = null, cognitiveServiceResourceId: String? = null, cognitiveServiceSubscriptionKey: String? = null, customSpeechModelId: String? = null, customVoiceDeploymentId: String? = null, isDefaultBotForCogSvcAccount: Boolean? = null, isEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cognitive service region with this channel registration.

Link copied to clipboard

The cognitive service id with this channel registration.

Link copied to clipboard

The cognitive service subscription key to use with this channel registration.

Link copied to clipboard

Custom voice deployment id (optional).

Link copied to clipboard

Custom speech model id (optional).

Link copied to clipboard

Make this a default bot for chosen cognitive service account.

Link copied to clipboard
val isEnabled: Boolean? = null

Whether this channel is enabled or not.