Hello again. I need to get the queue out of a chat EventInvite (Genesyslab.Platform.Commons.Protocols.IMessage with Name=“EventInvite”). I can see it in the string representation of the event (toString) as attr_itx_queue, but I can’t find a way to obtain it through the .NET PSDK (other than parsing the result of toString(), which would be inelegant to say the least).
Do you know of a way to obtain the value of this attribute?
Thanks in advance.