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 provides documentation for the `ChangelogsConnection` class within the Google Cloud Dialogflow CX C++ library, which is currently on version 2.18.0."],["The `ChangelogsConnection` class interface defines virtual methods for user-facing overload sets in `ChangelogsClient`, allowing users to customize behavior during testing."],["The most recent version of this document is the `2.37.0-rc`, with many previous versions documented for reference, going all the way back to `2.11.0`."],["The document details two main functions: `ListChangelogs`, which returns a `StreamRange` of `Changelog` objects, and `GetChangelog`, which returns a `StatusOr` of a `Changelog` object."],["Users can find guidance on creating concrete instances of `ChangelogsConnection` using `MakeChangelogsConnection()` and mocking via `MockChangelogsConnection`."]]],[]]