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 page provides documentation for the `PagesConnection` object, which is utilized by `PagesClient` in the Dialogflow CX C++ library, with the most recent version of the documentation being for the release candidate `2.37.0-rc`."],["The `PagesConnection` interface allows for injecting custom behaviors, such as with a Google Mock object, during testing with `PagesClient` objects."],["The documented methods in the interface are `ListPages`, `GetPage`, `CreatePage`, `UpdatePage`, and `DeletePage`, all associated with handling page related resources via the Dialogflow CX v3 API."],["A concrete instance of `PagesConnection` can be made with the function `MakePagesConnection()`, and a mock version of it is available via the `dialogflow_cx_mocks::MockPagesConnection` class."],["The page lists many versions of this `PagesConnection` class, from version `2.11.0` to the latest `2.37.0-rc`."]]],[]]