Skip to content

Commit 2469557

Browse files
authored
Merge pull request #1747 from GaneshPatil7517/docs-fdc3-agent-bridging-fix
ocs: fix agent bridging documentation discrepancies for FDC3 2.2
2 parents f8c4493 + 6f11d43 commit 2469557

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

website/docs/agent-bridging/ref/findIntent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ which is sent back over the bridge as a response to the request message as:
178178
"type": "findIntentResponse",
179179
"payload": {
180180
"appIntent": {
181-
"intent": { "appId": "StartChat" },
181+
"intent": { "name": "StartChat" },
182182
"apps": [
183183
{ "appId": "WebIce"}
184184
]

website/docs/agent-bridging/spec.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ The DA must then respond to the `hello` message with a `handshake` request to th
258258
* `fdc3.getCurrentChannel` and `fdc3.leaveCurrentChannel` are implemented by
259259
* the Desktop Agent.*/
260260
"UserChannelMembershipAPIs": boolean;
261+
/** Used to indicate whether the experimental Desktop Agent Bridging
262+
* feature is implemented by the Desktop Agent.*/
263+
"DesktopAgentBridging": boolean;
261264
}
262265
},
263266
/** The requested DA name */

website/versioned_docs/version-2.2/agent-bridging/ref/findIntent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ which is sent back over the bridge as a response to the request message as:
178178
"type": "findIntentResponse",
179179
"payload": {
180180
"appIntent": {
181-
"intent": { "appId": "StartChat" },
181+
"intent": { "name": "StartChat" },
182182
"apps": [
183183
{ "appId": "WebIce"}
184184
]

website/versioned_docs/version-2.2/agent-bridging/spec.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ The DA must then respond to the `hello` message with a `handshake` request to th
258258
* `fdc3.getCurrentChannel` and `fdc3.leaveCurrentChannel` are implemented by
259259
* the Desktop Agent.*/
260260
"UserChannelMembershipAPIs": boolean;
261+
/** Used to indicate whether the experimental Desktop Agent Bridging
262+
* feature is implemented by the Desktop Agent.*/
263+
"DesktopAgentBridging": boolean;
261264
}
262265
},
263266
/** The requested DA name */

0 commit comments

Comments
 (0)