{ "opencollection": "1.0.0", "info": { "name": "PeopleSoft Application Services Framework Accounts Payable Chatbot API", "version": "1.0.0" }, "items": [ { "info": { "name": "Chatbot", "type": "folder" }, "items": [ { "info": { "name": "PeopleSoft List Intents", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}:{port}/psft/asf/v1/intents", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve available chatbot intents and their configurations." }, { "info": { "name": "PeopleSoft Fulfill Intent", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}:{port}/psft/asf/v1/fulfill", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Process a chatbot intent fulfillment request from Oracle Digital Assistant." } ] } ], "bundled": true }