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."],[[["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."]]],[]]