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"]],[["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-07-30 UTC."],[[["This webpage provides documentation for the `FulfillmentsConnection` class within the Google Cloud Dialogflow ES C++ library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `FulfillmentsConnection` class defines virtual methods for user-facing operations found in `FulfillmentsClient`, including functions for getting and updating fulfillment requests."],["The class can be used to inject custom behavior for testing, and concrete instances can be created using `MakeFulfillmentsConnection()`, while mocking can be done with `dialogflow_es_mocks::MockFulfillmentsConnection`."],["There are methods for `options()`, `GetFulfillment`, and `UpdateFulfillment`, which use `Options`, `google::cloud::dialogflow::v2::GetFulfillmentRequest const &`, and `google::cloud::dialogflow::v2::UpdateFulfillmentRequest const &` respectively, each with their own parameter descriptions."],["The current version for reference is 2.22.1, with links provided to older versions, and a `2.37.0-rc` link available as the latest."]]],[]]