This interface defines virtual methods for each of the user-facing overload sets in PagesClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type PagesClient.
[[["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 `PagesConnection` object for `PagesClient` in the Dialogflow CX C++ library, which allows for custom behavior injection during testing."],["The latest version of the `PagesConnection` is 2.37.0-rc, with a history of releases ranging down to version 2.11.0 available for reference."],["The `PagesConnection` interface defines virtual methods for user-facing operations like listing, getting, creating, updating, and deleting pages, as well as managing locations and operations."],["Users can create a concrete instance of `PagesConnection` using the `MakePagesConnection()` function, or use `MockPagesConnection` for testing purposes."],["`PagesConnection` provides functionalities to get the options, as well as all the functions needed to create, update, delete, and list both pages, locations and operations."]]],[]]