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