Google Cloud Dialogflow v2 API - Class Fulfillments (4.8.0)

public static class Fulfillments

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

Service for managing [Fulfillments][google.cloud.dialogflow.v2.Fulfillment].

Inheritance

Object > Fulfillments

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Methods

BindService(Fulfillments.FulfillmentsBase)

public static ServerServiceDefinition BindService(Fulfillments.FulfillmentsBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplFulfillments.FulfillmentsBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, Fulfillments.FulfillmentsBase)

public static void BindService(ServiceBinderBase serviceBinder, Fulfillments.FulfillmentsBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplFulfillments.FulfillmentsBase

An object implementing the server-side handling logic.