Class IntentsSettings (1.1.0)

public sealed class IntentsSettings : ServiceSettingsBase

Settings for IntentsClient instances.

Inheritance

Object > ServiceSettingsBase > IntentsSettings

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

IntentsSettings()

public IntentsSettings()

Constructs a new IntentsSettings object with default settings.

Properties

CreateIntentSettings

public CallSettings CreateIntentSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IntentsClient.CreateIntent and IntentsClient.CreateIntentAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

DeleteIntentSettings

public CallSettings DeleteIntentSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IntentsClient.DeleteIntent and IntentsClient.DeleteIntentAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

GetIntentSettings

public CallSettings GetIntentSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IntentsClient.GetIntent and IntentsClient.GetIntentAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

ListIntentsSettings

public CallSettings ListIntentsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IntentsClient.ListIntents and IntentsClient.ListIntentsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

UpdateIntentSettings

public CallSettings UpdateIntentSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IntentsClient.UpdateIntent and IntentsClient.UpdateIntentAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

Methods

Clone()

public IntentsSettings Clone()

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

Returns
TypeDescription
IntentsSettings

A deep clone of this IntentsSettings object.

GetDefault()

public static IntentsSettings GetDefault()

Get a new instance of the default IntentsSettings.

Returns
TypeDescription
IntentsSettings

A new instance of the default IntentsSettings.