Direct Line Speech Channel Properties Response
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
Link copied to clipboard
fun DirectLineSpeechChannelPropertiesResponse(cognitiveServiceRegion: String? = null, cognitiveServiceResourceId: String? = null, cognitiveServiceSubscriptionKey: String? = null, customSpeechModelId: String? = null, customVoiceDeploymentId: String? = null, isDefaultBotForCogSvcAccount: Boolean? = null, isEnabled: Boolean? = null)