{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Dialogflow CX Agents Intents API", "version": "3.0.0" }, "items": [ { "info": { "name": "Intents", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Dialogflow CX List intents", "type": "http" }, "http": { "method": "GET", "url": "https://dialogflow.googleapis.com/v3/projects/:projectId/locations/:location/agents/:agentId/intents", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "agentId", "value": "", "type": "path" } ] }, "docs": "Lists all intents in an agent." }, { "info": { "name": "Google Cloud Dialogflow CX Create an intent", "type": "http" }, "http": { "method": "POST", "url": "https://dialogflow.googleapis.com/v3/projects/:projectId/locations/:location/agents/:agentId/intents", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "agentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new intent within an agent." } ] } ], "bundled": true }