I have a scene where I will be creating 3 chat operators which will be handling queries for specific clients only.
- operator1
operator2
operator3
- client1
client2
client3
Now I want request of client1 to be transferred to operator1 only and not to operator2&3.
i.e how can i transfer request to a particular operator?
Thanks & kind regards,
D.












