We are creating a Terraform script to clone a Dialogflow CX agent. However, during execution, the existing agent is being replaced instead of being cloned. Can you please confirm if it is possible to clone an existing Dialogflow CX agent into a new agent?
We followed this documentation: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/dialogflow_cx_agent
I need to duplicate an existing Dialogflow CX agent using a Terraform script. For example, if there is an existing agent named "xxx", I want to create a new agent with a different name but with the same content as the existing one.