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` class within the Google Cloud Dialogflow CX C++ library, providing a connection interface for the `PagesClient`."],["The `PagesConnection` class defines virtual methods mirroring user-facing overload sets in `PagesClient`, enabling custom behavior injection for testing."],["The document lists the various available versions of this class, ranging from 2.11.0 to 2.37.0-rc, and provides a link to each one."],["The document details the virtual functions available in the interface such as `ListPages`, `GetPage`, `CreatePage`, `UpdatePage`, `DeletePage`, and others."],["The document provides details regarding how to instantiate the connection with `MakePagesConnection()` and how to create a mock connection with `dialogflow_cx_mocks::MockPagesConnection`."]]],[]]