File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
versioned_docs/version-2.2/agent-bridging Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments