Google Cloud Dialogflow v2 API - Class FulfillmentsSettings (4.18.0)

public sealed class FulfillmentsSettings : ServiceSettingsBase

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

Settings for FulfillmentsClient instances.

Inheritance

object > ServiceSettingsBase > FulfillmentsSettings

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

FulfillmentsSettings()

public FulfillmentsSettings()

Constructs a new FulfillmentsSettings object with default settings.

Properties

GetFulfillmentSettings

public CallSettings GetFulfillmentSettings { get; set; }

CallSettings for synchronous and asynchronous calls to FulfillmentsClient.GetFulfillment and FulfillmentsClient.GetFulfillmentAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

The settings to use for the LocationsClient associated with the client.

Property Value
TypeDescription
LocationsSettings

UpdateFulfillmentSettings

public CallSettings UpdateFulfillmentSettings { get; set; }

CallSettings for synchronous and asynchronous calls to FulfillmentsClient.UpdateFulfillment and FulfillmentsClient.UpdateFulfillmentAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

Methods

Clone()

public FulfillmentsSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
TypeDescription
FulfillmentsSettings

A deep clone of this FulfillmentsSettings object.

GetDefault()

public static FulfillmentsSettings GetDefault()

Get a new instance of the default FulfillmentsSettings.

Returns
TypeDescription
FulfillmentsSettings

A new instance of the default FulfillmentsSettings.