beuth-bot.json 1.13 KB
{
	"variables": [],
	"info": {
		"name": "beuth-bot-v1",
		"_postman_id": "",
		"description": "",
		"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
	},
	"item": [
		{
			"name": "Facebook",
			"description": "",
			"item": []
		},
		{
			"name": "Rasa",
			"description": "",
			"item": [
				{
					"name": "Hello",
					"request": {
						"url": {
							"raw": "http://localhost:5000/parse?q=Hello",
							"protocol": "http",
							"host": [
								"localhost"
							],
							"port": "5000",
							"path": [
								"parse"
							],
							"query": [
								{
									"key": "q",
									"value": "Hello",
									"equals": true,
									"description": ""
								}
							],
							"variable": []
						},
						"method": "GET",
						"header": [],
						"body": {},
						"description": ""
					},
					"response": []
				}
			]
		},
		{
			"name": "Telegram",
			"description": "",
			"item": []
		},
		{
			"name": "Application appearing",
			"request": {
				"url": "localhost:8080/bht-chatbot ",
				"method": "GET",
				"header": [],
				"body": {},
				"description": ""
			},
			"response": []
		}
	]
}