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-14 UTC."],[[["The page details the `IntentsConnection` object for `IntentsClient` within the Dialogflow ES C++ library, specifically across various versions."],["The `IntentsConnection` interface allows users to customize behavior when testing `IntentsClient` objects by injecting custom behavior, often with a Google Mock object."],["This page provides documentation for a range of `IntentsConnection` versions, starting from version 2.11.0 up to the most recent release candidate version 2.37.0-rc, each version offering the exact same functions and documentation."],["`IntentsConnection` defines several virtual methods such as `ListIntents`, `GetIntent`, `CreateIntent`, `UpdateIntent`, `DeleteIntent`, `BatchUpdateIntents`, and `BatchDeleteIntents`, which correspond to user-facing overload sets in `IntentsClient`."],["The documentation also refers users to `MakeIntentsConnection()` for creating a concrete instance, and `dialogflow_es_mocks::MockIntentsConnection` for mocking purposes."]]],[]]