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, which is associated with the `PagesClient` in the Google Cloud Dialogflow CX C++ library."],["The `PagesConnection` interface provides virtual methods mirroring user-facing overload sets within `PagesClient`, enabling custom behavior injection during testing."],["The page lists multiple available versions of the library, from 2.11.0 to the latest release candidate 2.37.0-rc."],["Core functions of `PagesConnection` include `ListPages`, `GetPage`, `CreatePage`, `UpdatePage`, and `DeletePage`, all of which handle requests and return responses related to Dialogflow CX pages."],["You can create a concrete instance of `PagesConnection` using the `MakePagesConnection()` function, and a mock instance for testing using `dialogflow_cx_mocks::MockPagesConnection`."]]],[]]