dialogflow-cx

Dialogflow CX: Intents, Entities and Route Group changes not captured by a version


When I create changes on the intents like creating a new one. I want to saved this in a specific version/environment. However, these new intents are only saved on the draft environment.


Solution

  • Version is bound to a flow. So after you change an intent, it will be deployed to the flow (which contains that intent) in the draft environment automatically. It will not be deployed to other environments.

    So you need to create a new version of the flow (that changed) from the draft environment and then deploy that version to a specific environment.

    You can check the documentation here.