This interface defines virtual methods for each of the user-facing overload sets in ConversationProfilesClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ConversationProfilesClient.
[[["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 webpage details the `ConversationProfilesConnection` object for `ConversationProfilesClient` within the Dialogflow ES C++ library, specifically version 2.32.0."],["The `ConversationProfilesConnection` interface defines virtual methods mirroring the user-facing overload sets found in `ConversationProfilesClient`, enabling custom behavior injection, particularly useful for testing purposes."],["It allows users to perform actions such as listing, getting, creating, updating, and deleting conversation profiles through its virtual methods like `ListConversationProfiles`, `GetConversationProfile`, `CreateConversationProfile`, `UpdateConversationProfile`, and `DeleteConversationProfile`."],["This interface also handles operations related to suggestion feature configuration such as setting and clearing them via the methods `SetSuggestionFeatureConfig` and `ClearSuggestionFeatureConfig` respectively, both of which return a future."],["The page also outlines methods for managing long-running operations and locations, such as listing, getting, and canceling operations as well as listing and getting locations."]]],[]]