This interface defines virtual methods for each of the user-facing overload sets in IntentsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type IntentsClient.
[[["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 `IntentsConnection` class, which is essential for managing connections with the `IntentsClient` in the Dialogflow CX API."],["The `IntentsConnection` class defines virtual methods mirroring user-facing overload sets in `IntentsClient`, enabling the injection of custom behaviors for testing."],["Users can create instances of `IntentsConnection` using `MakeIntentsConnection()`, and there is also `dialogflow_cx_mocks::MockIntentsConnection` available for mocking."],["The webpage offers documentation for a variety of versions of the api, ranging from `2.11.0` to `2.37.0-rc` with `2.37.0-rc` being the latest version."],["Key functions within `IntentsConnection` include `ListIntents`, `GetIntent`, `CreateIntent`, `UpdateIntent`, and `DeleteIntent`, each with specified request parameters and return types."]]],[]]