public sealed class GeneratorEvaluationsSettings : ServiceSettingsBaseReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GeneratorEvaluationsSettings.
Settings for GeneratorEvaluationsClient instances.
Namespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
GeneratorEvaluationsSettings()
public GeneratorEvaluationsSettings()Constructs a new GeneratorEvaluationsSettings object with default settings.
Properties
CreateGeneratorEvaluationOperationsSettings
public OperationsSettings CreateGeneratorEvaluationOperationsSettings { get; set; }Long Running Operation settings for calls to GeneratorEvaluationsClient.CreateGeneratorEvaluation and
GeneratorEvaluationsClient.CreateGeneratorEvaluationAsync.
| Property Value | |
|---|---|
| Type | Description |
OperationsSettings |
|
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
CreateGeneratorEvaluationSettings
public CallSettings CreateGeneratorEvaluationSettings { get; set; }CallSettings for synchronous and asynchronous calls to
GeneratorEvaluationsClient.CreateGeneratorEvaluation and
GeneratorEvaluationsClient.CreateGeneratorEvaluationAsync.
| 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.
DeleteGeneratorEvaluationSettings
public CallSettings DeleteGeneratorEvaluationSettings { get; set; }CallSettings for synchronous and asynchronous calls to
GeneratorEvaluationsClient.DeleteGeneratorEvaluation and
GeneratorEvaluationsClient.DeleteGeneratorEvaluationAsync.
| 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.
GetGeneratorEvaluationSettings
public CallSettings GetGeneratorEvaluationSettings { get; set; }CallSettings for synchronous and asynchronous calls to
GeneratorEvaluationsClient.GetGeneratorEvaluation and
GeneratorEvaluationsClient.GetGeneratorEvaluationAsync.
| 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.
ListGeneratorEvaluationsSettings
public CallSettings ListGeneratorEvaluationsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
GeneratorEvaluationsClient.ListGeneratorEvaluations and
GeneratorEvaluationsClient.ListGeneratorEvaluationsAsync.
| 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.
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }The settings to use for the LocationsClient associated with the client.
| Property Value | |
|---|---|
| Type | Description |
LocationsSettings |
|
Methods
Clone()
public GeneratorEvaluationsSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
GeneratorEvaluationsSettings |
A deep clone of this GeneratorEvaluationsSettings object. |
GetDefault()
public static GeneratorEvaluationsSettings GetDefault()Get a new instance of the default GeneratorEvaluationsSettings.
| Returns | |
|---|---|
| Type | Description |
GeneratorEvaluationsSettings |
A new instance of the default GeneratorEvaluationsSettings. |