This image contains four major components of the system architecture. On the left is the user of the chatbot. In the middle is the Oracle Digital Assistant system. On the bottom right is your webhook and on the top right is the live agent system.

The image describes the following flow:

  1. User starts a conversation with the bot.
  2. At some point the user requires assistance from a human agent.
  3. The bot sends a live agent request to your webhook.
  4. Your webhook transforms the message into the live agent system format and relays the message to the live agent system.
  5. The human agent sends a message to the bot user. The message passes from the live agent system to your webhook.
  6. Your webhook transforms the message into the chatbot format and relays it to the chatbot.
  7. The chatbot displays the message to the user.