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-14 UTC."],[[["This page details 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 for each user-facing overload set in `FulfillmentsClient`, allowing for the injection of custom behavior in testing."],["Concrete instances of the connection can be created using `MakeFulfillmentsConnection()`, while mocking is supported through `dialogflow_es_mocks::MockFulfillmentsConnection`."],["The page provides a list of versions for the fulfillment connection, with version 2.37.0-rc being the latest, and version 2.11.0 being the oldest."],["Key functions associated with `FulfillmentsConnection` include `GetFulfillment`, `UpdateFulfillment`, `ListLocations`, `GetLocation`, `ListOperations`, `GetOperation`, and `CancelOperation`, which are used to manage fulfillment operations, locations, and long-running operations."]]],[]]