A takeover takes place when an external agent or 3rd party hands over execution back to the Bot after a takeover by the external agent from the Bot as seen in points 1 and 2 in the diagram.
With the request point 7 below as seen in the diagram:
GET /webbot/api/webchat/{botId}/takeover/{user_id}
The conversation guided by the human agent loops between points 3 and 6 until the agent gives back the control to the bot with this endpoint. Here the Bot is set back to conversation mode.
If the 'ClaimEnd' query parameter is passed it can hold the value that will be used by the bot (through the previously configured connections) in order to route the user to the next module to continue the conversation.
GET /webbot/api/webchat/{botId}/takeover/{user_id}/?ClaimEnd=value
Comments
0 comments
Please sign in to leave a comment.