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 an interface for the `PagesClient` in Dialogflow CX, specifically for C++ version 2.11.0 and above."],["It offers virtual methods that align with each user-facing overload set found within `PagesClient`, thereby enabling custom behavior during testing, such as the use of Google Mock objects."],["The webpage provides links to different versions of `PagesConnection`, with `2.37.0-rc` being the latest, and goes back to version 2.11.0."],["`PagesConnection` can be implemented using `MakePagesConnection()` or mocked with `dialogflow_cx_mocks::MockPagesConnection`."],["Key functions include `ListPages`, `GetPage`, `CreatePage`, `UpdatePage`, and `DeletePage`, all of which interact with `google::cloud::dialogflow::cx::v3` request objects."]]],[]]