{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Contact Center AI Analyses API", "version": "2.0.0" }, "items": [ { "info": { "name": "Analyses", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Contact Center AI List analyses", "type": "http" }, "http": { "method": "GET", "url": "https://contactcenterinsights.googleapis.com/v1/projects/:projectId/locations/:location/conversations/:conversationId/analyses", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "conversationId", "value": "", "type": "path" } ] }, "docs": "Lists analyses for a conversation." }, { "info": { "name": "Google Cloud Contact Center AI Create an analysis", "type": "http" }, "http": { "method": "POST", "url": "https://contactcenterinsights.googleapis.com/v1/projects/:projectId/locations/:location/conversations/:conversationId/analyses", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "conversationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an analysis for a conversation." } ] } ], "bundled": true }