Dialogflow v3 API - Class DeploymentsSettings (2.17.0)

public sealed class DeploymentsSettings : ServiceSettingsBase

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

Settings for DeploymentsClient instances.

Inheritance

object > ServiceSettingsBase > DeploymentsSettings

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

DeploymentsSettings()

public DeploymentsSettings()

Constructs a new DeploymentsSettings object with default settings.

Properties

GetDeploymentSettings

public CallSettings GetDeploymentSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DeploymentsClient.GetDeployment and DeploymentsClient.GetDeploymentAsync.

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.

ListDeploymentsSettings

public CallSettings ListDeploymentsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DeploymentsClient.ListDeployments and DeploymentsClient.ListDeploymentsAsync.

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 DeploymentsSettings Clone()

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

Returns
TypeDescription
DeploymentsSettings

A deep clone of this DeploymentsSettings object.

GetDefault()

public static DeploymentsSettings GetDefault()

Get a new instance of the default DeploymentsSettings.

Returns
TypeDescription
DeploymentsSettings

A new instance of the default DeploymentsSettings.