DirectLineSpeechChannelProperties interface

The parameters to provide for the DirectLine Speech channel.

Properties

cognitiveServiceRegion

The cognitive service region with this channel registration.

cognitiveServiceResourceId

The cognitive service id with this channel registration.

cognitiveServiceSubscriptionKey

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

customSpeechModelId

Custom voice deployment id (optional).

customVoiceDeploymentId

Custom speech model id (optional).

isDefaultBotForCogSvcAccount

Make this a default bot for chosen cognitive service account.

isEnabled

Whether this channel is enabled or not.

Property Details

cognitiveServiceRegion

The cognitive service region with this channel registration.

cognitiveServiceRegion?: string

Property Value

string

cognitiveServiceResourceId

The cognitive service id with this channel registration.

cognitiveServiceResourceId?: string

Property Value

string

cognitiveServiceSubscriptionKey

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

cognitiveServiceSubscriptionKey?: string

Property Value

string

customSpeechModelId

Custom voice deployment id (optional).

customSpeechModelId?: string

Property Value

string

customVoiceDeploymentId

Custom speech model id (optional).

customVoiceDeploymentId?: string

Property Value

string

isDefaultBotForCogSvcAccount

Make this a default bot for chosen cognitive service account.

isDefaultBotForCogSvcAccount?: boolean

Property Value

boolean

isEnabled

Whether this channel is enabled or not.

isEnabled?: boolean

Property Value

boolean