DirectLineSpeechChannelPropertiesArgs

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
val cognitiveServiceRegion: Output<String>? = null

The cognitive service region with this channel registration.

Link copied to clipboard
val cognitiveServiceResourceId: Output<String>? = null

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
val customSpeechModelId: Output<String>? = null

Custom voice deployment id (optional).

Link copied to clipboard
val customVoiceDeploymentId: Output<String>? = null

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: Output<Boolean>? = null

Whether this channel is enabled or not.

Functions

Link copied to clipboard
open override fun toJava(): DirectLineSpeechChannelPropertiesArgs