public sealed class ExamplesSettings : ServiceSettingsBaseReference documentation and code samples for the Dialogflow v3 API class ExamplesSettings.
Settings for ExamplesClient instances.
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ExamplesSettings()
public ExamplesSettings()Constructs a new ExamplesSettings object with default settings.
Properties
CreateExampleSettings
public CallSettings CreateExampleSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ExamplesClient.CreateExample and ExamplesClient.CreateExampleAsync.
| 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.
DeleteExampleSettings
public CallSettings DeleteExampleSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ExamplesClient.DeleteExample and ExamplesClient.DeleteExampleAsync.
| 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.
GetExampleSettings
public CallSettings GetExampleSettings { get; set; }CallSettings for synchronous and asynchronous calls to ExamplesClient.GetExample
and ExamplesClient.GetExampleAsync.
| 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.
ListExamplesSettings
public CallSettings ListExamplesSettings { get; set; }CallSettings for synchronous and asynchronous calls to ExamplesClient.ListExamples
and ExamplesClient.ListExamplesAsync.
| 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 |
|
UpdateExampleSettings
public CallSettings UpdateExampleSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ExamplesClient.UpdateExample and ExamplesClient.UpdateExampleAsync.
| 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 ExamplesSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
ExamplesSettings |
A deep clone of this ExamplesSettings object. |
GetDefault()
public static ExamplesSettings GetDefault()Get a new instance of the default ExamplesSettings.
| Returns | |
|---|---|
| Type | Description |
ExamplesSettings |
A new instance of the default ExamplesSettings. |