Skip to content

Test Case for Notification Triggering and Bot Conversation in Inbound #80

@pankajjangid05

Description

@pankajjangid05

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)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions