silly-chatbot

Silly chatbot using dialogue flow

MIT License

Stars
0

silly-chatbot

URL: wss://z-silly-chatbot.herokuapp.com/

Get session

Message

{"type": "login"}

Response

{"type":"sessionId","msg":"76603943-e974-40d2-981a-651df299950f"}

Send a chat message

Chat Message

{"type": "chat", "msg": "Hello", "sessionId": "76603943-e974-40d2-981a-651df299950f"}

Chat Response

{"msg":"Hello! How can I help you?"}