DirectLineSpeechChannelProperties interface
The parameters to provide for the DirectLine Speech channel.
Properties
cognitive |
The cognitive service region with this channel registration. |
cognitive |
The cognitive service id with this channel registration. |
cognitive |
The cognitive service subscription key to use with this channel registration. |
custom |
Custom voice deployment id (optional). |
custom |
Custom speech model id (optional). |
is |
Make this a default bot for chosen cognitive service account. |
is |
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