Google Cloud Dialogflow v2 API - Class ParticipantsSettings (4.18.0)

public sealed class ParticipantsSettings : ServiceSettingsBase

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

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.

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

The settings to use for the LocationsClient associated with the client.

Property Value
TypeDescription
LocationsSettings

StreamingAnalyzeContentSettings

public CallSettings StreamingAnalyzeContentSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ParticipantsClient.StreamingAnalyzeContent and ParticipantsClient.StreamingAnalyzeContentAsync .

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 220 seconds.

StreamingAnalyzeContentStreamingSettings

public BidirectionalStreamingSettings StreamingAnalyzeContentStreamingSettings { get; set; }

BidirectionalStreamingSettings for calls to ParticipantsClient.StreamingAnalyzeContent and ParticipantsClient.StreamingAnalyzeContentAsync .

Property Value
TypeDescription
BidirectionalStreamingSettings
Remarks

The default local send queue size is 100.

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.

SuggestSmartRepliesSettings

public CallSettings SuggestSmartRepliesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ParticipantsClient.SuggestSmartReplies and ParticipantsClient.SuggestSmartRepliesAsync.

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.