Direct Line Speech Channel Properties Args
data class DirectLineSpeechChannelPropertiesArgs(val cognitiveServiceRegion: Output<String>? = null, val cognitiveServiceResourceId: Output<String>? = null, val cognitiveServiceSubscriptionKey: Output<String>? = null, val customSpeechModelId: Output<String>? = null, val customVoiceDeploymentId: Output<String>? = null, val isDefaultBotForCogSvcAccount: Output<Boolean>? = null, val isEnabled: Output<Boolean>? = null) : ConvertibleToJava<DirectLineSpeechChannelPropertiesArgs>
The parameters to provide for the DirectLine Speech channel.
Constructors
Link copied to clipboard
fun DirectLineSpeechChannelPropertiesArgs(cognitiveServiceRegion: Output<String>? = null, cognitiveServiceResourceId: Output<String>? = null, cognitiveServiceSubscriptionKey: Output<String>? = null, customSpeechModelId: Output<String>? = null, customVoiceDeploymentId: Output<String>? = null, isDefaultBotForCogSvcAccount: Output<Boolean>? = null, isEnabled: Output<Boolean>? = null)