public abstract static class FulfillmentsGrpc.FulfillmentsImplBase extends Object implements BindableService
Service for managing [Fulfillments][google.cloud.dialogflow.v2beta1.Fulfillment].
Constructor and Description |
---|
FulfillmentsImplBase() |
Modifier and Type | Method and Description |
---|---|
ServerServiceDefinition |
bindService() |
void |
getFulfillment(GetFulfillmentRequest request,
StreamObserver<Fulfillment> responseObserver)
Retrieves the fulfillment.
|
void |
updateFulfillment(UpdateFulfillmentRequest request,
StreamObserver<Fulfillment> responseObserver)
Updates the fulfillment.
|
public void getFulfillment(GetFulfillmentRequest request, StreamObserver<Fulfillment> responseObserver)
Retrieves the fulfillment.
public void updateFulfillment(UpdateFulfillmentRequest request, StreamObserver<Fulfillment> responseObserver)
Updates the fulfillment.
public final ServerServiceDefinition bindService()
bindService
in interface BindableService
Copyright © 2022 Google LLC. All rights reserved.