updating proactive agent to support both copilot and messenger front-ends
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"messenger": {
|
||||
"user": {
|
||||
"name": "Proactive Agent",
|
||||
"avatar": "https://storage.googleapis.com/speakeasyai-agent-desktop/img/verint-logo.png",
|
||||
"userId": "d4de56b5-3fac-4a42-892f-ebec914b6aa3",
|
||||
"type": "bot"
|
||||
}
|
||||
},
|
||||
"modelName": "proactiveAgent",
|
||||
"copilot": {
|
||||
"customerId": "78ab8a80-88a3-4db0-a3f9-36e7aeef18db",
|
||||
"tokenUrl": "https://api.verint.com/vcp/identity-dev/integration/auth/v2/oauth/token",
|
||||
"oauth2": {
|
||||
"grant_type": "client_credentials",
|
||||
"clientId": "XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
|
||||
"clientSecret": "XXXXXXXXXXXX",
|
||||
"audience": "api://vcp/wa-cloudevent"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user