When I use Developer to chat it routes the interaction through the Widget that then follows the Chat flow that I have built out to do schedule evaluations, and other fun stuff. When the customer uses the code from Developer it seems to be bypassing the Chat flow and going directly to the queue. My question is, "targetType" and "targetAddress" below, if they change this to Flow, and Flow Name, respectively, will that force it to the Chat flow that is associated with the Widget?
<script> window._genesys = { "widgets": { "webchat": { "transport": { "type": "purecloud-v2-sockets", "dataURL": "https://api.mypurecloud.com", "deploymentKey": "", "orgGuid": "", "interactionData": { "routing": { "targetType": "QUEUE", "targetAddress": "Avtex Test Queue", "priority": 2 } }