public sealed class EntityTypesSettings : ServiceSettingsBaseSettings for EntityTypesClient instances.
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
EntityTypesSettings()
public EntityTypesSettings()Constructs a new EntityTypesSettings object with default settings.
Properties
CreateEntityTypeSettings
public CallSettings CreateEntityTypeSettings { get; set; }CallSettings for synchronous and asynchronous calls to
EntityTypesClient.CreateEntityType and EntityTypesClient.CreateEntityTypeAsync.
| 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.
DeleteEntityTypeSettings
public CallSettings DeleteEntityTypeSettings { get; set; }CallSettings for synchronous and asynchronous calls to
EntityTypesClient.DeleteEntityType and EntityTypesClient.DeleteEntityTypeAsync.
| 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.
GetEntityTypeSettings
public CallSettings GetEntityTypeSettings { get; set; }CallSettings for synchronous and asynchronous calls to
EntityTypesClient.GetEntityType and EntityTypesClient.GetEntityTypeAsync.
| 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.
ListEntityTypesSettings
public CallSettings ListEntityTypesSettings { get; set; }CallSettings for synchronous and asynchronous calls to
EntityTypesClient.ListEntityTypes and EntityTypesClient.ListEntityTypesAsync.
| 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.
UpdateEntityTypeSettings
public CallSettings UpdateEntityTypeSettings { get; set; }CallSettings for synchronous and asynchronous calls to
EntityTypesClient.UpdateEntityType and EntityTypesClient.UpdateEntityTypeAsync.
| 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 EntityTypesSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
EntityTypesSettings |
A deep clone of this EntityTypesSettings object. |
GetDefault()
public static EntityTypesSettings GetDefault()Get a new instance of the default EntityTypesSettings.
| Returns | |
|---|---|
| Type | Description |
EntityTypesSettings |
A new instance of the default EntityTypesSettings. |