Google Cloud Dialogflow v2 API - Class SessionEntityTypesSettings (4.18.0)

public sealed class SessionEntityTypesSettings : ServiceSettingsBase

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SessionEntityTypesSettings.

Settings for SessionEntityTypesClient instances.

Inheritance

object > ServiceSettingsBase > SessionEntityTypesSettings

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SessionEntityTypesSettings()

public SessionEntityTypesSettings()

Constructs a new SessionEntityTypesSettings object with default settings.

Properties

CreateSessionEntityTypeSettings

public CallSettings CreateSessionEntityTypeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SessionEntityTypesClient.CreateSessionEntityType and SessionEntityTypesClient.CreateSessionEntityTypeAsync.

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.

DeleteSessionEntityTypeSettings

public CallSettings DeleteSessionEntityTypeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SessionEntityTypesClient.DeleteSessionEntityType and SessionEntityTypesClient.DeleteSessionEntityTypeAsync.

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.

GetSessionEntityTypeSettings

public CallSettings GetSessionEntityTypeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SessionEntityTypesClient.GetSessionEntityType and SessionEntityTypesClient.GetSessionEntityTypeAsync.

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.

ListSessionEntityTypesSettings

public CallSettings ListSessionEntityTypesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SessionEntityTypesClient.ListSessionEntityTypes and SessionEntityTypesClient.ListSessionEntityTypesAsync.

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

UpdateSessionEntityTypeSettings

public CallSettings UpdateSessionEntityTypeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to SessionEntityTypesClient.UpdateSessionEntityType and SessionEntityTypesClient.UpdateSessionEntityTypeAsync.

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

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

Returns
TypeDescription
SessionEntityTypesSettings

A deep clone of this SessionEntityTypesSettings object.

GetDefault()

public static SessionEntityTypesSettings GetDefault()

Get a new instance of the default SessionEntityTypesSettings.

Returns
TypeDescription
SessionEntityTypesSettings

A new instance of the default SessionEntityTypesSettings.