post {protocol}://{server}{basePath}/accounts//engagements//dialogs//transcripts
Save transcript of a dialog that captures messages exchanged between
different participants.
Currently, only plaintext/html messages are supported.
Messages are saved in the order they are present in the request.
If a message could not be saved, subsequent messages in the request will be discarded.
In this case the 'status' in the response is set to PARTIAL_SUCCESS along with list of messages that were saved successfully.
If all messages were saved successfully then 'status' in the response is set to COMPLETE_SUCCESS.