public sealed class FulfillmentsSettings : ServiceSettingsBase
Settings for FulfillmentsClient instances.
Namespace
Google.Cloud.Dialogflow.V2Assembly
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 | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Timeout: 60 seconds.
UpdateFulfillmentSettings
public CallSettings UpdateFulfillmentSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
FulfillmentsClient.UpdateFulfillment
and FulfillmentsClient.UpdateFulfillmentAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Timeout: 60 seconds.
Methods
Clone()
public FulfillmentsSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
FulfillmentsSettings | A deep clone of this FulfillmentsSettings object. |
GetDefault()
public static FulfillmentsSettings GetDefault()
Get a new instance of the default FulfillmentsSettings.
Returns | |
---|---|
Type | Description |
FulfillmentsSettings | A new instance of the default FulfillmentsSettings. |