Google Cloud Dialogflow v2beta1 API - Class FulfillmentsClientImpl (1.0.0-beta15)

public sealed class FulfillmentsClientImpl : FulfillmentsClient

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

Fulfillments client wrapper implementation, for convenient use.

Inheritance

object > FulfillmentsClient > FulfillmentsClientImpl

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Remarks

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

Constructors

FulfillmentsClientImpl(FulfillmentsClient, FulfillmentsSettings, ILogger)

public FulfillmentsClientImpl(Fulfillments.FulfillmentsClient grpcClient, FulfillmentsSettings settings, ILogger logger)

Constructs a client wrapper for the Fulfillments service, with the specified gRPC client and settings.

Parameters
NameDescription
grpcClientFulfillmentsFulfillmentsClient

The underlying gRPC client.

settingsFulfillmentsSettings

The base FulfillmentsSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

GrpcClient

public override Fulfillments.FulfillmentsClient GrpcClient { get; }

The underlying gRPC Fulfillments client

Property Value
TypeDescription
FulfillmentsFulfillmentsClient
Overrides

LocationsClient

public override LocationsClient LocationsClient { get; }

The LocationsClient associated with this client.

Property Value
TypeDescription
LocationsClient
Overrides

Methods

GetFulfillment(GetFulfillmentRequest, CallSettings)

public override Fulfillment GetFulfillment(GetFulfillmentRequest request, CallSettings callSettings = null)

Retrieves the fulfillment.

Parameters
NameDescription
requestGetFulfillmentRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Fulfillment

The RPC response.

Overrides

GetFulfillmentAsync(GetFulfillmentRequest, CallSettings)

public override Task<Fulfillment> GetFulfillmentAsync(GetFulfillmentRequest request, CallSettings callSettings = null)

Retrieves the fulfillment.

Parameters
NameDescription
requestGetFulfillmentRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskFulfillment

A Task containing the RPC response.

Overrides

UpdateFulfillment(UpdateFulfillmentRequest, CallSettings)

public override Fulfillment UpdateFulfillment(UpdateFulfillmentRequest request, CallSettings callSettings = null)

Updates the fulfillment.

Parameters
NameDescription
requestUpdateFulfillmentRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Fulfillment

The RPC response.

Overrides

UpdateFulfillmentAsync(UpdateFulfillmentRequest, CallSettings)

public override Task<Fulfillment> UpdateFulfillmentAsync(UpdateFulfillmentRequest request, CallSettings callSettings = null)

Updates the fulfillment.

Parameters
NameDescription
requestUpdateFulfillmentRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskFulfillment

A Task containing the RPC response.

Overrides