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
constructor(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)
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.