Class ParticipantsSettings (3.9.0)

public sealed class ParticipantsSettings : ServiceSettingsBase

Settings for ParticipantsClient instances.

Inheritance

Object > ServiceSettingsBase > ParticipantsSettings

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ParticipantsSettings()

public ParticipantsSettings()

Constructs a new ParticipantsSettings object with default settings.

Properties

AnalyzeContentSettings

public CallSettings AnalyzeContentSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ParticipantsClient.AnalyzeContent and ParticipantsClient.AnalyzeContentAsync.

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: 220 seconds.

CreateParticipantSettings

public CallSettings CreateParticipantSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ParticipantsClient.CreateParticipant and ParticipantsClient.CreateParticipantAsync.

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.

GetParticipantSettings

public CallSettings GetParticipantSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ParticipantsClient.GetParticipant and ParticipantsClient.GetParticipantAsync.

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.

ListParticipantsSettings

public CallSettings ListParticipantsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ParticipantsClient.ListParticipants and ParticipantsClient.ListParticipantsAsync.

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.

SuggestArticlesSettings

public CallSettings SuggestArticlesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ParticipantsClient.SuggestArticles and ParticipantsClient.SuggestArticlesAsync.

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.

SuggestFaqAnswersSettings

public CallSettings SuggestFaqAnswersSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ParticipantsClient.SuggestFaqAnswers and ParticipantsClient.SuggestFaqAnswersAsync.

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.

UpdateParticipantSettings

public CallSettings UpdateParticipantSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ParticipantsClient.UpdateParticipant and ParticipantsClient.UpdateParticipantAsync.

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

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

Returns
TypeDescription
ParticipantsSettings

A deep clone of this ParticipantsSettings object.

GetDefault()

public static ParticipantsSettings GetDefault()

Get a new instance of the default ParticipantsSettings.

Returns
TypeDescription
ParticipantsSettings

A new instance of the default ParticipantsSettings.