Hi,
We developed a popup application using the Lync client SDK. We are using Response Group Service to handle IVR and pass the call to agents.
We would like to display in the application the choices that caller chose in the IVR menus. Unfortunatelly RGS doesn't save this infomation in the RgsDyn database, but forwards it as IM message once the call has been accepted. The IM message is titled "Notes
from" queue.
The problem is that I cannot get text of this message from any property of the Conversation or the IM modality. It also doesn't trigger InstantMessageReceived event and it's not present in the InstantMessageModalityInviteMessage.
So my question is how to get the text of this message so I can parse it?