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 document details the `IntentsConnection` object for `IntentsClient` in the Dialogflow CX C++ library, which is available in multiple versions ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `IntentsConnection` interface provides virtual methods that mirror the user-facing overload sets found in `IntentsClient`, facilitating the injection of custom behaviors, especially for testing purposes, such as using a Google Mock object."],["Key functionalities of the `IntentsConnection` object include managing intents through methods like `ListIntents`, `GetIntent`, `CreateIntent`, `UpdateIntent`, `DeleteIntent`, `ImportIntents`, and `ExportIntents`."],["The `IntentsConnection` also supports operations like listing and getting locations, as well as managing operations and canceling them, including methods such as `ListLocations`, `GetLocation`, `ListOperations`, `GetOperation`, and `CancelOperation`."],["Users can create a concrete instance of `IntentsConnection` using `MakeIntentsConnection()` or utilize `MockIntentsConnection` for mocking purposes."]]],[]]