Class ConversationProfilesSettings (3.9.0)

public sealed class ConversationProfilesSettings : ServiceSettingsBase

Settings for ConversationProfilesClient instances.

Inheritance

Object > ServiceSettingsBase > ConversationProfilesSettings

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ConversationProfilesSettings()

public ConversationProfilesSettings()

Constructs a new ConversationProfilesSettings object with default settings.

Properties

CreateConversationProfileSettings

public CallSettings CreateConversationProfileSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ConversationProfilesClient.CreateConversationProfile and ConversationProfilesClient.CreateConversationProfileAsync.

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.

DeleteConversationProfileSettings

public CallSettings DeleteConversationProfileSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ConversationProfilesClient.DeleteConversationProfile and ConversationProfilesClient.DeleteConversationProfileAsync.

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.

GetConversationProfileSettings

public CallSettings GetConversationProfileSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ConversationProfilesClient.GetConversationProfile and ConversationProfilesClient.GetConversationProfileAsync.

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.

ListConversationProfilesSettings

public CallSettings ListConversationProfilesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ConversationProfilesClient.ListConversationProfiles and ConversationProfilesClient.ListConversationProfilesAsync.

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.

UpdateConversationProfileSettings

public CallSettings UpdateConversationProfileSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ConversationProfilesClient.UpdateConversationProfile and ConversationProfilesClient.UpdateConversationProfileAsync.

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

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

Returns
TypeDescription
ConversationProfilesSettings

A deep clone of this ConversationProfilesSettings object.

GetDefault()

public static ConversationProfilesSettings GetDefault()

Get a new instance of the default ConversationProfilesSettings.

Returns
TypeDescription
ConversationProfilesSettings

A new instance of the default ConversationProfilesSettings.