Class Fulfillments.FulfillmentsBase (3.7.0)

[BindServiceMethod(typeof(Fulfillments), "BindService")]
public abstract class FulfillmentsBase

Base class for server-side implementations of Fulfillments

Inheritance

Object > Fulfillments.FulfillmentsBase

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Methods

GetFulfillment(GetFulfillmentRequest, ServerCallContext)

public virtual Task<Fulfillment> GetFulfillment(GetFulfillmentRequest request, ServerCallContext context)

Retrieves the fulfillment.

Parameters
NameDescription
requestGetFulfillmentRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
Task<Fulfillment>

The response to send back to the client (wrapped by a task).

UpdateFulfillment(UpdateFulfillmentRequest, ServerCallContext)

public virtual Task<Fulfillment> UpdateFulfillment(UpdateFulfillmentRequest request, ServerCallContext context)

Updates the fulfillment.

Parameters
NameDescription
requestUpdateFulfillmentRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
Task<Fulfillment>

The response to send back to the client (wrapped by a task).