{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Agent Orchestration API API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.cloud.coveo.com/oauth/authorize", "accessTokenUrl": "https://platform.cloud.coveo.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Agent Orchestration API", "type": "folder" }, "items": [ { "info": { "name": "Generates an Answer to the Follow-Up Question for the Given Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/api/preview/organizations/:organizationId/agents/:agentId/follow-up", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization id" }, { "name": "agentId", "value": "", "type": "path", "description": "The agent id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generates an Answer to the Follow-Up Question for the Given Configuration" }, { "info": { "name": "Generates an Answer for the Given Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/api/preview/organizations/:organizationId/agents/:agentId/answer", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization id" }, { "name": "agentId", "value": "", "type": "path", "description": "The agent id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generates an Answer for the Given Configuration" } ] } ], "bundled": true }