You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2023. It is now read-only.
I tried to implement the listed code for closing the conversation dialog and trigger the PCS bot, but was not working: conversation looks closed from consumer side, Survey in progress without any survey triggered was shown from Agent side.
Looking at the way to do the same action through Connector API (the 'unofficial' way), sounds like the closedCause parameter is missing.
By adding it, using the value 'AGENT', the PCS bot trigger works fine.
Here below the updated code to add in the readme file:
I tried to implement the listed code for closing the conversation dialog and trigger the PCS bot, but was not working: conversation looks closed from consumer side,
Survey in progress
without any survey triggered was shown from Agent side.Looking at the way to do the same action through Connector API (the 'unofficial' way), sounds like the
closedCause
parameter is missing.By adding it, using the value 'AGENT', the PCS bot trigger works fine.
Here below the updated code to add in the readme file:
The text was updated successfully, but these errors were encountered: