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 is used in conjunction with `FulfillmentsClient` for Dialogflow ES."],["The `FulfillmentsConnection` interface provides virtual methods that mirror the user-facing overload sets found in `FulfillmentsClient`, allowing for custom behavior injection during testing."],["The `MakeFulfillmentsConnection()` function facilitates the creation of a concrete instance of `FulfillmentsConnection`."],["The `dialogflow_es_mocks::MockFulfillmentsConnection` is available for mocking `FulfillmentsConnection` instances."],["The page outlines virtual functions like `options()`, `GetFulfillment()`, and `UpdateFulfillment()` along with their respective parameters and return types."]]],[]]