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 page provides documentation for the `IntentsConnection` object, which is used with `IntentsClient` in the Dialogflow ES library."],["This interface enables users to define custom behaviors for testing, particularly by allowing the injection of mock objects."],["The documentation includes the most recent release candidate version (2.37.0-rc) and a comprehensive list of prior releases, spanning from version 2.36.0 down to 2.11.0."],["`IntentsConnection` offers virtual methods for operations like listing, retrieving, creating, updating, and deleting intents, including batch updates and deletions."],["To create an instance of the `IntentsConnection`, users are instructed to reference the `MakeIntentsConnection()` function and for testing, the use of `dialogflow_es_mocks::MockIntentsConnection` is suggested."]]],[]]