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` object for `IntentsClient` within the Dialogflow ES C++ library, providing an interface for interacting with intents."],["The latest release candidate version available is `2.37.0-rc`, with the currently viewed version as `2.18.0` which has a list of previous versions available for viewing."],["The `IntentsConnection` interface allows users to inject custom behavior when writing tests that utilize `IntentsClient` objects, enhancing testing flexibility."],["The interface includes virtual methods such as `ListIntents`, `GetIntent`, `CreateIntent`, `UpdateIntent`, `DeleteIntent`, `BatchUpdateIntents`, and `BatchDeleteIntents`, each taking a request object as a parameter."],["For creating a concrete instance of `IntentsConnection` refer to `MakeIntentsConnection()`, and for creating mocks refer to `dialogflow_es_mocks::MockIntentsConnection`."]]],[]]