With Feb 06 2023 release dialogflow cx introduced the functionality ; in which while importing a flow a person was given a choice if he/she wants to keep the original resources or replace the existing resources ,
the link to release note -
you can use the CX CLI to achieve that: https://cxcli.xavidop.me/cmd/cxcli/
For entities:
cxcli entity-type update pokemon --entities "pikachu@25|pika,charmander@3" --agent-name test-agent --project-id test-cx-346408 --location-id us-central1
For intents:
cxcli intent update test_intent --training-phrases "hello, hi how are you today@sys.date, morning" --agent-name test-agent --project-id test-cx-346408 --location-id us-central1
Can I import a specific flow using this CLI tool?
Not yet!
I can add this to the tool in the upcoming weeks and let you know!
Thank you so much ,
But please look out for the functionality in which we can replace the original resources that exists in dialogflow with the resources of flow that we are importing .
(introduced in Feb 06 release of df)
Thanks again your replies are appreciated 🙂
Sure thing!
I will keep you posted!