{"info":{"_postman_id":"9babae8f-b860-409c-892d-d65327c7c17a","name":"Chatbot","description":"<html><head></head><body><h3 id=\"available-endpoints-for-the-chatbot-application\"><strong>Available endpoints for the chatbot application:</strong></h3>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"25622053","collectionId":"9babae8f-b860-409c-892d-d65327c7c17a","publishedId":"2s93sZ5tap","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-06T19:16:09.000Z"},"item":[{"name":"REST","item":[{"name":"Chat with the bot","id":"d3f40e76-8f57-498a-bd7c-697fcbec8c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"what is your name","options":{"raw":{"language":"text"}}},"url":"http://chatbot.chitrakarayat.tech/rest/chat","description":"<p>returns responses for your questions.</p>\n","urlObject":{"protocol":"http","path":["rest","chat"],"host":["chatbot","chitrakarayat","tech"],"query":[],"variable":[]}},"response":[{"id":"cb107ada-25ba-4d79-a9a0-44d0c8ec4c10","name":"Chat with the bot","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"what is your name","options":{"raw":{"language":"text"}}},"url":"http://chatbot.chitrakarayat.tech/rest/chat"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"55"},{"key":"Date","value":"Tue, 06 Jun 2023 19:08:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"I am a chatbot created by chitra karayat to assist you."}],"_postman_id":"d3f40e76-8f57-498a-bd7c-697fcbec8c09"},{"name":"Create new ques/ans pair","id":"90962bc2-3ce4-4c46-9384-c2921dbdaa20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"question\":\"test\",\n    \"answer\":\"successful\"\n}","options":{"raw":{"language":"json"}}},"url":"http://chatbot.chitrakarayat.tech/rest/qa","description":"<p>creates a new pair of question/answer values.</p>\n","urlObject":{"protocol":"http","path":["rest","qa"],"host":["chatbot","chitrakarayat","tech"],"query":[],"variable":[]}},"response":[{"id":"317fb671-0b7e-415e-bbe1-1b261248d8a4","name":"Create new ques/ans pair","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"question\":\"test\",\n    \"answer\":\"successful\"\n}","options":{"raw":{"language":"json"}}},"url":"http://chatbot.chitrakarayat.tech/rest/qa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 06 Jun 2023 19:09:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 35,\n    \"question\": \"test\",\n    \"answer\": \"successful\"\n}"}],"_postman_id":"90962bc2-3ce4-4c46-9384-c2921dbdaa20"},{"name":"List of all questions","id":"4f842a48-5e7a-467f-bb07-5908da485703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://chatbot.chitrakarayat.tech/rest/getAllQuestions","description":"<p>returns list of all the questions.</p>\n","urlObject":{"protocol":"http","path":["rest","getAllQuestions"],"host":["chatbot","chitrakarayat","tech"],"query":[],"variable":[]}},"response":[{"id":"a5ed3a6d-888f-4eff-a930-6fe00acba3bb","name":"List of all questions","originalRequest":{"method":"POST","header":[],"url":"http://chatbot.chitrakarayat.tech/rest/getAllQuestions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 06 Jun 2023 19:08:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    \"how are you\",\n    \"what is your name\",\n    \"can you help me\",\n    \"tell me a joke\",\n    \"where are you\",\n    \"who made you\",\n    \"do you sleep\",\n    \"can you eat\",\n    \"tell me a story\",\n    \"do you have friends\",\n    \"can you read\",\n    \"do you have a family\",\n    \"what is your favorite color\",\n    \"do you like music\",\n    \"what languages do you speak\",\n    \"how old are you\",\n    \"are you a robot\",\n    \"what is your job\",\n    \"can you see\",\n    \"what is your gender\",\n    \"are you human\",\n    \"can you laugh\",\n    \"what is your purpose\",\n    \"do you get tired\",\n    \"can you think\",\n    \"hello\",\n    \"hi\"\n]"}],"_postman_id":"4f842a48-5e7a-467f-bb07-5908da485703"},{"name":"Update answer of  a question","id":"9e5dc33c-8d72-46c6-b11e-fbf4409d00b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"question\":\"test\",\n    \"answer\":\"updated successfully\"\n}","options":{"raw":{"language":"json"}}},"url":"http://chatbot.chitrakarayat.tech/rest/qa","description":"<p>updates the answer of an existing question.</p>\n","urlObject":{"protocol":"http","path":["rest","qa"],"host":["chatbot","chitrakarayat","tech"],"query":[],"variable":[]}},"response":[{"id":"1116d15a-9a5d-42a2-b0b9-2bfd9c42268b","name":"Update answer of  a question","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"question\":\"test\",\n    \"answer\":\"updated successfully\"\n}","options":{"raw":{"language":"json"}}},"url":"http://chatbot.chitrakarayat.tech/rest/qa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 06 Jun 2023 19:09:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 35,\n    \"question\": \"test\",\n    \"answer\": \"updated successfully\"\n}"}],"_postman_id":"9e5dc33c-8d72-46c6-b11e-fbf4409d00b2"},{"name":"Delete a ques/ans pair","id":"a699b84c-8392-430f-84a3-8fa186bc2f52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"test"},"url":"http://chatbot.chitrakarayat.tech/rest/qa","description":"<p>deletes a question/answer pair.</p>\n","urlObject":{"protocol":"http","path":["rest","qa"],"host":["chatbot","chitrakarayat","tech"],"query":[],"variable":[]}},"response":[{"id":"89ce0f6c-7f80-4040-bca5-b2cf430c9cf9","name":"Delete a ques/ans pair","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"test"},"url":"http://chatbot.chitrakarayat.tech/rest/qa"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 06 Jun 2023 19:09:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a699b84c-8392-430f-84a3-8fa186bc2f52"}],"id":"d8a061a9-280d-4d3e-93f6-a8a03bbd75fd","_postman_id":"d8a061a9-280d-4d3e-93f6-a8a03bbd75fd","description":""},{"name":"Chat UI","id":"954ad11e-3a9c-4503-87ce-e2b831845d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://chatbot.chitrakarayat.tech/chat","description":"<p>access the chatbot ui using this url.</p>\n","urlObject":{"protocol":"http","path":["chat"],"host":["chatbot","chitrakarayat","tech"],"query":[],"variable":[]}},"response":[{"id":"913025c5-8341-455a-9d34-d8cbf1138ee0","name":"Chat UI","originalRequest":{"method":"GET","header":[],"url":"http://chatbot.chitrakarayat.tech/chat"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html;charset=UTF-8"},{"key":"Content-Language","value":"en"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 06 Jun 2023 19:07:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <title>Chat</title>\n        <style>\nbody{\nfont-family: Arial, sans-serif;\n}\np{\ncolor: #2196f3;\nfont-weight: bold;\nfont-size: large;\nmax-width: fit-content;\npadding: 10px;\n}\nh1,\nh2 {\ncolor: #212529;\n}\ninput {\nwidth: 20%;\npadding: 5px 15px;\nmargin: 8px 0;\nbox-sizing: border-box;\nborder: 2px solid #293241;\nborder-radius: 4px;\n}\nbutton {\nbackground-color: #293241;\nborder: 1px solid #293241;\ncolor: white;\npadding: 5px 15px;\nborder-radius: 4px;\ntext-align: center;\ntext-decoration: none;\nfont-size: 16px;\ncursor: pointer;\n}\nli{\ncolor: #495057;\n}  \n</style>\n    </head>\n    <body>\n        <h1>Chat with our bot</h1>\n        <form method=\"post\" action=\"#\">\n            <label for=\"message\">Your message:</label>\n            <input type=\"text\" id=\"message\" name=\"message\">\n            <button type=\"submit\">Send</button>\n        </form>\n        <h2>Possible questions:</h2>\n        <ul>\n            <li>how are you</li>\n            <li>what is your name</li>\n            <li>can you help me</li>\n            <li>tell me a joke</li>\n            <li>where are you</li>\n            <li>who made you</li>\n            <li>do you sleep</li>\n            <li>can you eat</li>\n            <li>tell me a story</li>\n            <li>do you have friends</li>\n            <li>can you read</li>\n            <li>do you have a family</li>\n            <li>what is your favorite color</li>\n            <li>do you like music</li>\n            <li>what languages do you speak</li>\n            <li>how old are you</li>\n            <li>are you a robot</li>\n            <li>what is your job</li>\n            <li>can you see</li>\n            <li>what is your gender</li>\n            <li>are you human</li>\n            <li>can you laugh</li>\n            <li>what is your purpose</li>\n            <li>do you get tired</li>\n            <li>can you think</li>\n            <li>hello</li>\n            <li>hi</li>\n        </ul>\n    </body>\n</html>"}],"_postman_id":"954ad11e-3a9c-4503-87ce-e2b831845d13"}]}