Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. To integrate, host of chatbot module should be overwritten in helm chart.

  2. POST /messagesshould be added as the endpoint for receiving user sent message and forward it to chatbot core logic for further processing and sending back response.

  3. GET /messagesshould be added as the endpoint for receiving user sent message and forward it to chatbot core logic for further processing and sending back response.

Reference Docs

Title 

Link

API Swagger Documentation

Swagger Documentation

API Details

a) POST /messages

...