{ "opencollection": "1.0.0", "info": { "name": "International Business Machines IBM Cloud Object Storage Analyze Messages API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Messages", "type": "folder" }, "items": [ { "info": { "name": "International Business Machines Send user input to assistant", "type": "http" }, "http": { "method": "POST", "url": "https://s3.us-south.cloud-object-storage.appdomain.cloud/v2/assistants/:assistant_id/sessions/:session_id/message", "params": [ { "name": "assistant_id", "value": "", "type": "path" }, { "name": "session_id", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send user input to an assistant and receive a response within the context of a session." }, { "info": { "name": "International Business Machines Send user input to assistant (stateless)", "type": "http" }, "http": { "method": "POST", "url": "https://s3.us-south.cloud-object-storage.appdomain.cloud/v2/assistants/:assistant_id/message", "params": [ { "name": "assistant_id", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send user input to an assistant without maintaining a session." } ] } ], "bundled": true }