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 page provides documentation for the `WebhooksConnection` class in the `dialogflow_cx` library, which is part of the Google Cloud C++ client libraries."],["The `WebhooksConnection` class defines virtual methods that correspond to the user-facing overload sets found in the `WebhooksClient`, enabling the injection of custom behavior for testing purposes."],["You can find a concrete implementation of `WebhooksConnection` via the `MakeWebhooksConnection()` function, and for mocking, use `dialogflow_cx_mocks::MockWebhooksConnection`."],["The document lists the available functions within `WebhooksConnection`, including `ListWebhooks`, `GetWebhook`, `CreateWebhook`, `UpdateWebhook`, and `DeleteWebhook`, along with their parameter and return types."],["There are multiple versions of the `WebhooksConnection` class documented here, ranging from version `2.37.0-rc` to `2.11.0`, including `2.13.0` that is the primary focus of the content."]]],[]]