This interface defines virtual methods for each of the user-facing overload sets in FulfillmentsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type FulfillmentsClient.
[[["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 document outlines the `FulfillmentsConnection` object, which acts as an interface for the `FulfillmentsClient` in the Google Cloud Dialogflow ES C++ library."],["The `FulfillmentsConnection` interface provides virtual methods that mirror the user-facing overload sets found in `FulfillmentsClient`, facilitating the injection of custom behaviors for testing purposes."],["You can create a concrete instance of `FulfillmentsConnection` using the `MakeFulfillmentsConnection()` function, and the document includes a list of other versions along with links."],["The document outlines the virtual functions associated with the `FulfillmentsConnection` such as `options`, `GetFulfillment`, `UpdateFulfillment`, `ListLocations`, `GetLocation`, `ListOperations`, `GetOperation` and `CancelOperation`, that come with parameter and return type descriptions."],["A mocking version of the `FulfillmentsConnection`, called `MockFulfillmentsConnection`, is available to users looking to implement this feature."]]],[]]