Dialogflow v3 API - Class ChangelogsSettings (2.7.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
Type Description
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
Type Description
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
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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.