public sealed class GeneratorsSettings : ServiceSettingsBase
Reference documentation and code samples for the Dialogflow v3 API class GeneratorsSettings.
Settings for GeneratorsClient instances.
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
GeneratorsSettings()
public GeneratorsSettings()
Constructs a new GeneratorsSettings object with default settings.
Properties
CreateGeneratorSettings
public CallSettings CreateGeneratorSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
GeneratorsClient.CreateGenerator
and GeneratorsClient.CreateGeneratorAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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.
DeleteGeneratorSettings
public CallSettings DeleteGeneratorSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
GeneratorsClient.DeleteGenerator
and GeneratorsClient.DeleteGeneratorAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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.
GetGeneratorSettings
public CallSettings GetGeneratorSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
GeneratorsClient.GetGenerator
and GeneratorsClient.GetGeneratorAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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.
ListGeneratorsSettings
public CallSettings ListGeneratorsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
GeneratorsClient.ListGenerators
and GeneratorsClient.ListGeneratorsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
LocationsSettings |
UpdateGeneratorSettings
public CallSettings UpdateGeneratorSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
GeneratorsClient.UpdateGenerator
and GeneratorsClient.UpdateGeneratorAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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 GeneratorsSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
GeneratorsSettings |
A deep clone of this GeneratorsSettings object. |
GetDefault()
public static GeneratorsSettings GetDefault()
Get a new instance of the default GeneratorsSettings.
Returns | |
---|---|
Type | Description |
GeneratorsSettings |
A new instance of the default GeneratorsSettings. |