Dialogflow v3 API - Class GeneratorsSettings (2.17.0)

public sealed class GeneratorsSettings : ServiceSettingsBase

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

Settings for GeneratorsClient instances.

Inheritance

object > ServiceSettingsBase > GeneratorsSettings

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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

DeleteGeneratorSettings

public CallSettings DeleteGeneratorSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GeneratorsClient.DeleteGenerator and GeneratorsClient.DeleteGeneratorAsync.

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.

GetGeneratorSettings

public CallSettings GetGeneratorSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GeneratorsClient.GetGenerator and GeneratorsClient.GetGeneratorAsync.

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.

ListGeneratorsSettings

public CallSettings ListGeneratorsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GeneratorsClient.ListGenerators and GeneratorsClient.ListGeneratorsAsync.

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

UpdateGeneratorSettings

public CallSettings UpdateGeneratorSettings { get; set; }

CallSettings for synchronous and asynchronous calls to GeneratorsClient.UpdateGenerator and GeneratorsClient.UpdateGeneratorAsync.

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.

Methods

Clone()

public GeneratorsSettings Clone()

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

Returns
TypeDescription
GeneratorsSettings

A deep clone of this GeneratorsSettings object.

GetDefault()

public static GeneratorsSettings GetDefault()

Get a new instance of the default GeneratorsSettings.

Returns
TypeDescription
GeneratorsSettings

A new instance of the default GeneratorsSettings.