## Notification Triggering - [ ] Messages consumed and converted (parser: XMessageParser.parse). - [ ] Get Bot Node from Id from UCI API (Method: getBotNodeFromId(String botId)). - [ ] Convert XMessage to Dao to insert in Cassandra. - [ ] Cassandra XMessageDao insertion. - [ ] XMessage pushed to Kafka properly. ## Bot Conversation - [ ] Convert Message String to XMessage (Method: convertMessageToXMsg in PwaWebPortalAdapter Class) - [ ] Fetch Bot Data according to bot startingMessage, from and app (Method : fetchBotData(String text, SenderReceiverInfo from, String botId)) - [ ] Getting Bot Details by botId (Method: getBotNodeFromId)