public sealed class ParticipantsSettings : ServiceSettingsBase
Settings for ParticipantsClient instances.
Namespace
Google.Cloud.Dialogflow.V2Assembly
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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
ParticipantsSettings | A deep clone of this ParticipantsSettings object. |
GetDefault()
public static ParticipantsSettings GetDefault()
Get a new instance of the default ParticipantsSettings.
Returns | |
---|---|
Type | Description |
ParticipantsSettings | A new instance of the default ParticipantsSettings. |