Dialogflow provides a change history for all changes made to an agent. Each line of the change history shows the data that was changed, the time it was changed, and the user that made the update.
Access change history
To access the change history for an agent:
Console
- Open the Dialogflow CX console.
- Choose your GCP project.
- Select your agent.
- Select the Manage tab.
- Click Change History in the Manage tab.
- View the results and filter as needed.
- Click a change to open the diff view.
API
See the Changelog reference documentation.
Select a protocol and version for the Changelog reference:
Protocol | V3 | V3beta1 |
---|---|---|
REST | Changelog resource | Changelog resource |
RPC | Changelog interface | Changelog interface |
C++ | ChangelogsClient | Not available |
C# | ChangelogsClient | Not available |
Go | ChangelogsClient | Not available |
Java | ChangelogsClient | ChangelogsClient |
Node.js | ChangelogsClient | ChangelogsClient |
PHP | Not available | Not available |
Python | ChangelogsClient | ChangelogsClient |
Ruby | Not available | Not available |