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 details the `IntentsConnection` object for `IntentsClient` in the Dialogflow CX API, specifically within version 2.31.0 of the C++ library."],["The `IntentsConnection` interface defines virtual methods corresponding to the user-facing overload sets in `IntentsClient`, facilitating the injection of custom behavior for testing purposes."],["You can find various version history for `IntentsConnection`, such as [2.37.0-rc (latest)](/cpp/docs/reference/dialogflow_cx/latest/classgoogle_1_1cloud_1_1dialogflow__cx_1_1IntentsConnection), and [2.30.0](/cpp/docs/reference/dialogflow_cx/2.30.0/classgoogle_1_1cloud_1_1dialogflow__cx_1_1IntentsConnection) up to the 2.11.0 version, for `IntentsConnection`."],["The content covers essential functions provided by `IntentsConnection`, such as `ListIntents`, `GetIntent`, `CreateIntent`, `UpdateIntent`, `DeleteIntent`, and `Import/ExportIntents`, along with related parameters and return types."],["The webpage also provides guidance on creating concrete instances of `IntentsConnection` via `MakeIntentsConnection()` and mocking with `dialogflow_cx_mocks::MockIntentsConnection`."]]],[]]