{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector :Analyze Conversations API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": ":Analyze Conversations", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post :analyze Conversations", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:analyze-conversations" }, "docs": "Analyzes the input conversation utterance." }, { "info": { "name": "Microsoft Azure Submit Analysis Job For Conversations", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/analyze-conversations/jobs" }, "docs": "Submit a collection of conversations for analysis. Specify one or more unique tasks to be executed." }, { "info": { "name": "Microsoft Azure Get Analysis Status And Results", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/analyze-conversations/jobs/:jobId" }, "docs": "Get the status of an analysis job. A job may consist of one or more tasks. Once all tasks are succeeded, the job will transition to the succeeded state and results will be available for each task." }, { "info": { "name": "Microsoft Azure Cancel A Long Running Text Analysis Conversations Job", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/analyze-conversations/jobs/:jobId:cancel" }, "docs": "Cancel a long-running Text Analysis conversations job." } ] } ], "bundled": true }