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 document outlines the `PagesConnection` object for `PagesClient` in the Dialogflow CX C++ library, detailing its role in managing page interactions."],["The `PagesConnection` interface defines virtual methods corresponding to each user-facing overload set in `PagesClient`, enabling the injection of custom behaviors for testing purposes."],["The document includes a list of available versions of `PagesConnection`, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["The methods defined within the `PagesConnection` interface include `ListPages`, `GetPage`, `CreatePage`, `UpdatePage`, and `DeletePage`, each handling specific operations on Dialogflow CX pages."],["It also defines how you can make a concrete `PagesConnection` instance using `MakePagesConnection()`, and describes how you can mock it using `dialogflow_cx_mocks::MockPagesConnection`."]]],[]]