Skip to content
Merged
Changes from all commits
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 @@ -2092,15 +2092,26 @@
},
"isEnabled": {
"type": "boolean",
"description": "Whether this site is enabled for DirectLine channel"
"description": "Whether this site is enabled for DirectLine channel."
},
"isV1Enabled": {
"type": "boolean",
"description": "Whether this site is enabled for Bot Framework V1 protocol"
"description": "Whether this site is enabled for Bot Framework V1 protocol."
},
"isV3Enabled": {
"type": "boolean",
"description": "Whether this site is enabled for Bot Framework V1 protocol"
"description": "Whether this site is enabled for Bot Framework V1 protocol."
},
"isSecureSiteEnabled": {
"type": "boolean",
"description": "Whether this site is enabled for authentication with Bot Framework."
},
"trustedOrigins": {
"type": "array",
"description": "List of Trusted Origin URLs for this site. This field is applicable only if isSecureSiteEnabled is True.",
"items": {
"type": "string"
}
}
},
"description": "A site for the Direct Line channel",
Expand Down