Class FulfillmentsConnection (2.23.0-rc)

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.

To create a concrete instance, see MakeFulfillmentsConnection().

For mocking, see dialogflow_es_mocks::MockFulfillmentsConnection.

Functions

virtual options()

Returns
TypeDescription
Options

virtual GetFulfillment(google::cloud::dialogflow::v2::GetFulfillmentRequest const &)

Parameter
NameDescription
request google::cloud::dialogflow::v2::GetFulfillmentRequest const &
Returns
TypeDescription
StatusOr< google::cloud::dialogflow::v2::Fulfillment >

virtual UpdateFulfillment(google::cloud::dialogflow::v2::UpdateFulfillmentRequest const &)

Parameter
NameDescription
request google::cloud::dialogflow::v2::UpdateFulfillmentRequest const &
Returns
TypeDescription
StatusOr< google::cloud::dialogflow::v2::Fulfillment >