Getting the value of Language Skill in an Inbound Script

Hi,

Is there a quicker way of getting the Language Skill of interaction inside of an Inbound script?

I mean without using the Set data Action in Architect and then the Input parameter inside the script. I need something like Interaction.Call.Language etc.

Thanks,
Oktay

Data points used for routing are not available on the conversation. Your workaround of setting that information as data actions first is the best way to track that on the conversation. You can request new features and share your use case at https://purecloud.ideas.aha.io/ideas.

Thanks Tim.

I have checked the following API to retrieve the Language Skill however it is not available on its return.

/api/v2/conversations/calls/{conversationId}

Looks like the only options is to use the Set Screen Pop at the flow and retrieve it as an input parameter at the script.

Thanks,
Oktay

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