Disconnect Type - Business Logic for the UI Performance - Interactions

Hi Genesys,

The field 'Disconnect type' in Interactions page (Performance->Interactions (tabular view)) shows values (EXTERNAL, AGENT, etc) that are not listed under possible values for Disconnect type as per Genesys's documentation (https://developer.genesys.cloud/api/rest/v2/notifications/available_topics ) within the data feed for topic v2.routing.queues.{id}.conversations. We noticed that each participant in the interaction can have a disconnect type, which means that one interaction can have multiple disconnect types. It seems that exists a business logic that rollups the call segments into a single row and set a general value for the Disconnect Type.

I 'd like to know the business logic (algorithm) with regards to disconnect type values observed in the page Performance -> Interactions, so we can mimic this behavior in our system.

Thanks,
Best Regards

Hi,

I think the following forum topic has the best chance of answering your question:

Hi Ronan,

Thanks for the reply.
Ronan, I already had a look at this link awhile ago. Unfortunately the answer there doesn't map all the possible values and rules so I still can't simulate same behavior in my application.
The answer in the link you mentioned just give two examples as follow:

"If internal participant (the Contact Center Agent) is equal to peer, and the external (the customer) is equal to endpoint --> it means the customer hung up. Therefore "External" on the UI.

If internal participant (the contact center agent using Genesys Web Desktop with WebRTC) is equal to client, and the external (the customer) is equal to peer -> it means the agent hung up. Therefore "Agent" on the UI."

By the end it says:

"I don't think the mapping done by UI is documented somewhere."

Observe the quantity of possible values the disconnect type can have:

" disconnectType: (string) The session disconnect type. Valid values: client, conferenceTransfer, consultTransfer, endpoint, error, forwardTransfer, noAnswerTransfer, notAvailableTransfer, other, peer, spam, system, timeout, transfer, transportFailure, uncallable."

I need the mapping of all possible values done in this UI so I can reproduce that in my application. Can you provide me that?

Thanks in advance,
Best Regards,
Rafael

As far as I'm aware, there is no documentation for the mapping done by the UI. I'll ask the UI team to see if they can share the mapping with us.

2 Likes

Thanks Ronan! Really appreciate the effort to get this information for us.

Best Regards,
Raf

Hi,

Any news about this topic?

Regards,

Hi,

The only publicly available information I could source was the following mappings from the interactions view help article:

System: The cloud or the provider caused the disconnect.
Agent: An agent caused the disconnect. For example, an agent clicked End Call during a voice interaction, or the agent hung up their physical phone, or the browser closed while using the Genesys Cloud WebRTC phone.
External: The external participant in the conversation caused the disconnect. For example, the customer hung up their phone, or their browser closed during the interaction.

The mapping logic is closed source code so unfortunately I can't share that on a public forum. I hope this helps.

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