Dialogflow v3 API - Class EntityTypesSettings (2.17.0)

public sealed class EntityTypesSettings : ServiceSettingsBase

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

Settings for EntityTypesClient instances.

Inheritance

object > ServiceSettingsBase > EntityTypesSettings

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

EntityTypesSettings()

public EntityTypesSettings()

Constructs a new EntityTypesSettings object with default settings.

Properties

CreateEntityTypeSettings

public CallSettings CreateEntityTypeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to EntityTypesClient.CreateEntityType and EntityTypesClient.CreateEntityTypeAsync.

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.

DeleteEntityTypeSettings

public CallSettings DeleteEntityTypeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to EntityTypesClient.DeleteEntityType and EntityTypesClient.DeleteEntityTypeAsync.

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.

ExportEntityTypesOperationsSettings

public OperationsSettings ExportEntityTypesOperationsSettings { get; set; }

Long Running Operation settings for calls to EntityTypesClient.ExportEntityTypes and EntityTypesClient.ExportEntityTypesAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

ExportEntityTypesSettings

public CallSettings ExportEntityTypesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to EntityTypesClient.ExportEntityTypes and EntityTypesClient.ExportEntityTypesAsync.

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.

GetEntityTypeSettings

public CallSettings GetEntityTypeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to EntityTypesClient.GetEntityType and EntityTypesClient.GetEntityTypeAsync.

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.

ImportEntityTypesOperationsSettings

public OperationsSettings ImportEntityTypesOperationsSettings { get; set; }

Long Running Operation settings for calls to EntityTypesClient.ImportEntityTypes and EntityTypesClient.ImportEntityTypesAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

ImportEntityTypesSettings

public CallSettings ImportEntityTypesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to EntityTypesClient.ImportEntityTypes and EntityTypesClient.ImportEntityTypesAsync.

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.

ListEntityTypesSettings

public CallSettings ListEntityTypesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to EntityTypesClient.ListEntityTypes and EntityTypesClient.ListEntityTypesAsync.

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

UpdateEntityTypeSettings

public CallSettings UpdateEntityTypeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to EntityTypesClient.UpdateEntityType and EntityTypesClient.UpdateEntityTypeAsync.

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

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

Returns
TypeDescription
EntityTypesSettings

A deep clone of this EntityTypesSettings object.

GetDefault()

public static EntityTypesSettings GetDefault()

Get a new instance of the default EntityTypesSettings.

Returns
TypeDescription
EntityTypesSettings

A new instance of the default EntityTypesSettings.