Information related to not having session metrics for a conversation

Regarding Session Metrics not present in a conversation got update from Genesys Support Team

Genesys is referring to use below endpoints to pass conversationId based on interaction type.
call: https://developer.genesys.cloud/routing/conversations/conversations-apis#get-api-v2-conversations-calls--conversationId-
email - https://developer.genesys.cloud/routing/conversations/conversations-apis#get-api-v2-conversations-emails--conversationId-
chat - https://developer.genesys.cloud/routing/conversations/conversations-apis#get-api-v2-conversations-chats--conversationId-
message - https://developer.genesys.cloud/routing/conversations/conversations-apis#get-api-v2-conversations-messages--conversationId-
callback - https://developer.genesys.cloud/routing/conversations/conversations-apis#get-api-v2-conversations-callbacks--conversationId-
If 'connectedTime' parameter is present, then only session metrics is present.


I have checked this internally with the dev team for confirmation.

You just need to check the 'segmentType": "interact' on the external participant (purpose": "customer") for the conversation to know if the external participant have connected successfully to the IVR initially which produces both the 'connectedTime' parameter and the conversation metrics for both the external participant and the IVR. The IVR participant of a conversation does not produce segmentType": "interact but it will show segmentType": "ivr" which just basically means that an interaction is currently processed by an IVR (already connected - https://developer.genesys.cloud/analyticsdatamanagement/analytics/detail/conversation-data-model ). So if you see segmentType": "interact on the external participant (external user calling for example) and you have IVR set-up in your flow then that automatically means that it has connected successfully to the IVR participant and the IVR would have its own conversation metrics (in this case segmentType": "ivr" will be present for the IVR participant).

Other participants such as 'acd', 'customer' or 'agent' are expected to have the segmentType": "interact". The IVR participant should be the only participant which does not produce the 'segmentType": "interact" but instead produces the segmentType": "ivr" if the customer/external participant did connect successfully.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.