Hello Community,
I have the following requirements when configuring the PVA bot that's integrated with D365 Customer Service Omnichannel:
- The Omnichannel queue in D365 Customer Service is tied to an operating hours (i.e. 8am - 5pm EST)
- The PVA bot will operate 24/7 (i.e. there is no operating hours tied to the chat widget in the Chat Channel)
- The idea here is that customers can always go to the website and chat with the bot. If the time is within the customer support's operating hours, the bot will transfer the conversation to a live agent. If the time is outside of the customer support's operating hours, then the customer can only interact with the bot to get some automated response.
My question is: how would I be able to check inside the PVA bot topic if the current time is within the operating hours of the queue, which is stored in D365?
Does anyone have any ideas how the above could be implemented? Thanks!