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-05 UTC."],[[["This document outlines the `PagesConnection` object for `PagesClient` in the Google Cloud Dialogflow CX library, specifically in C++."],["The `PagesConnection` interface provides virtual methods that mirror the user-facing methods in `PagesClient`, enabling custom behavior injection, such as through mocking."],["The document provides links for several versions of the `PagesConnection` class, including a release candidate version 2.37.0-rc and others, all the way back to version 2.11.0, while the current displayed version is 2.32.0."],["The document details various functions within the `PagesConnection` interface, including `ListPages`, `GetPage`, `CreatePage`, `UpdatePage`, and `DeletePage`, along with functions for locations and operations."],["Users can create concrete instances of `PagesConnection` using `MakePagesConnection()`, or create mocks using `dialogflow_cx_mocks::MockPagesConnection`."]]],[]]