Dialogflow v3 API - Class ChangelogsSettings (2.17.0)

public sealed class ChangelogsSettings : ServiceSettingsBase

Reference documentation and code samples for the Dialogflow v3 API class ChangelogsSettings.

Settings for ChangelogsClient instances.

Inheritance

object > ServiceSettingsBase > ChangelogsSettings

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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
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.

ListChangelogsSettings

public CallSettings ListChangelogsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ChangelogsClient.ListChangelogs and ChangelogsClient.ListChangelogsAsync.

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

Methods

Clone()

public ChangelogsSettings Clone()

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

Returns
TypeDescription
ChangelogsSettings

A deep clone of this ChangelogsSettings object.

GetDefault()

public static ChangelogsSettings GetDefault()

Get a new instance of the default ChangelogsSettings.

Returns
TypeDescription
ChangelogsSettings

A new instance of the default ChangelogsSettings.