This interface defines virtual methods for each of the user-facing overload sets in WebhooksClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type WebhooksClient.
[[["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 `WebhooksConnection` object, which is a core component for the `WebhooksClient` in the Dialogflow CX C++ library, version 2.31.0."],["The page provides links to documentation for various versions of the `WebhooksConnection` class, ranging from the latest release candidate 2.37.0-rc down to version 2.11.0."],["The `WebhooksConnection` interface defines virtual methods that mirror the user-facing overload sets found in `WebhooksClient`, enabling the injection of custom behaviors for testing."],["It outlines how to create a concrete instance of `WebhooksConnection` using `MakeWebhooksConnection()` and how to implement mocking with `dialogflow_cx_mocks::MockWebhooksConnection`."],["The documentation lists the virtual methods supported by the `WebhooksConnection` object, such as `ListWebhooks`, `GetWebhook`, `CreateWebhook`, `UpdateWebhook`, `DeleteWebhook`, as well as methods for location and operation management."]]],[]]