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