Google Cloud Dialogflow v2 API - Class Fulfillments.FulfillmentsBase (4.18.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Fulfillments.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
TaskFulfillment

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
TaskFulfillment

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