I have a Dialogflow CX agent that I want to use on two different websites together with the Dialogflow messenger. However, for each website, I want to use a different environment of the agent. For the first website, I want to use a ‘Production’ environment. For the second website, I want to use a ‘Draft’ environment.
I have found that I can choose an environment when I'm enabling the unauthenticated API, but since I want to use two different environments this makes me to choose one or the other.
Is it possible to have the same agent connected to different environments at the same time? Is there a environment parameter that I can add to my df-messenger element?