Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1974,9 +1974,13 @@
},
"DirectLineSpeechChannelProperties": {
"properties": {
"cognitiveServicesSubscriptionId": {
"CognitiveServiceRegion": {
"type": "string",
"description": "The cognitive service subscription ID to use with this channel registration."
"description": "The cognitive service region with this channel registration."
},
"CognitiveServiceSubscriptionKey": {
"type": "string",
"description": "The cognitive service subscription key to use with this channel registration."
},
"isEnabled": {
"type": "boolean",
Expand All @@ -1997,7 +2001,8 @@
},
"description": "The parameters to provide for the DirectLine Speech channel.",
"required": [
"cognitiveServicesSubscriptionId"
"cognitiveServiceRegion",
"cognitiveServiceSubscriptionKey"
]
},
"ChannelResponseList": {
Expand Down