forked from microsoft/CopilotStudioSamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelements.xml
More file actions
18 lines (18 loc) · 895 Bytes
/
Copy pathelements.xml
File metadata and controls
18 lines (18 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<CustomAction
Title="SidebarAgent"
Location="ClientSideExtension.ApplicationCustomizer"
ClientSideComponentId="4c6e29f2-7eee-4f9f-bbd2-20c8859d0ba2"
ClientSideComponentProperties="{
"appClientId": "YOUR_APP_CLIENT_ID",
"tenantId": "YOUR_TENANT_ID",
"environmentId": "YOUR_ENVIRONMENT_ID",
"agentIdentifier": "YOUR_AGENT_IDENTIFIER",
"directConnectUrl": "YOUR_DIRECT_CONNECT_URL",
"showTyping": true,
"headerBackgroundColor": "white",
"agentTitle": "Copilot Studio Agent"
}">
</CustomAction>
</Elements>