public sealed class ChangelogsSettings : ServiceSettingsBaseReference documentation and code samples for the Dialogflow v3 API class ChangelogsSettings.
Settings for ChangelogsClient instances.
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ChangelogsSettings()
public ChangelogsSettings()Constructs a new ChangelogsSettings object with default settings.
Properties
GetChangelogSettings
public CallSettings GetChangelogSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ChangelogsClient.GetChangelog and ChangelogsClient.GetChangelogAsync.
| 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.
ListChangelogsSettings
public CallSettings ListChangelogsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ChangelogsClient.ListChangelogs and ChangelogsClient.ListChangelogsAsync.
| 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 |
|
Methods
Clone()
public ChangelogsSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
ChangelogsSettings |
A deep clone of this ChangelogsSettings object. |
GetDefault()
public static ChangelogsSettings GetDefault()Get a new instance of the default ChangelogsSettings.
| Returns | |
|---|---|
| Type | Description |
ChangelogsSettings |
A new instance of the default ChangelogsSettings. |