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-21 UTC."],[[["This webpage details the `PagesConnection` object for `PagesClient` in the Google Cloud Dialogflow CX library, specifically for version 2.28.0."],["It provides access to documentation for multiple versions of the `PagesConnection` object, ranging from the latest release candidate 2.37.0-rc down to version 2.11.0."],["The `PagesConnection` interface defines virtual methods for user-facing operations in `PagesClient`, allowing for custom behavior injection in testing."],["Key functions include `ListPages`, `GetPage`, `CreatePage`, `UpdatePage`, and `DeletePage`, each handling different page-related requests and operations."],["A `MakePagesConnection()` function is available for creating concrete instances, while `dialogflow_cx_mocks::MockPagesConnection` supports mocking for testing purposes."]]],[]]