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."],[[["This webpage provides documentation for the `IntentsConnection` object, which is used with the `IntentsClient` in the Dialogflow ES C++ library, with the most recent version listed as 2.37.0-rc, and with version 2.35.0 selected."],["The `IntentsConnection` interface enables users to inject custom behavior during testing and includes virtual methods that correspond to each user-facing overload set found in `IntentsClient`."],["The page lists various virtual functions available in the `IntentsConnection` class, including `ListIntents`, `GetIntent`, `CreateIntent`, `UpdateIntent`, `DeleteIntent`, `BatchUpdateIntents`, and `BatchDeleteIntents`, among others, each with detailed parameter and return type descriptions."],["The page also provides links to create a concrete instance of the class with the `MakeIntentsConnection()` function and how to mock the class with `dialogflow_es_mocks::MockIntentsConnection`."],["The content covers methods for managing operations and locations, such as `ListOperations`, `GetOperation`, `CancelOperation`, `ListLocations`, and `GetLocation`."]]],[]]