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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["The `IntentsConnection` object provides an interface for interacting with the `IntentsClient` in Dialogflow ES, offering virtual methods that mirror the client's user-facing overload sets."],["This setup supports injecting custom behavior during testing, such as using Google Mock objects, when working with `IntentsClient` instances."],["The latest version available is 2.37.0-rc, while the page's core information revolves around version 2.16.0 of the `IntentsConnection`."],["The `IntentsConnection` interface includes functions for managing intents, such as listing, retrieving, creating, updating, batch updating, and deleting intents, each accepting a relevant request parameter."],["You can create a concrete instance of the `IntentsConnection` using `MakeIntentsConnection()` or use `dialogflow_es_mocks::MockIntentsConnection` for testing."]]],[]]