This interface defines virtual methods for each of the user-facing overload sets in ChangelogsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ChangelogsClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This webpage details the `ChangelogsConnection` class within the Google Cloud Dialogflow CX C++ library, specifically for version 2.11.0."],["The latest release candidate for the Dialogflow CX is version 2.37.0-rc, and many older versions are also available for reference and usage, up to and including 2.11.0."],["`ChangelogsConnection` provides virtual methods, allowing for the injection of custom behaviors, primarily useful for testing purposes with objects like `ChangelogsClient`."],["The `ChangelogsConnection` class includes virtual functions like `options()`, `ListChangelogs()`, and `GetChangelog()` for managing changelogs."],["Users can create a real instance using `MakeChangelogsConnection()` or use `MockChangelogsConnection` for mocking purposes."]]],[]]