Google Cloud Dialogflow v2beta1 API - Class Fulfillments.FulfillmentsBase (1.0.0-beta15)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Fulfillments.FulfillmentsBase.

Base class for server-side implementations of Fulfillments

Inheritance

object > Fulfillments.FulfillmentsBase

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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).