public sealed class ToolsSettings : ServiceSettingsBaseReference documentation and code samples for the Dialogflow v3 API class ToolsSettings.
Settings for ToolsClient instances.
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ToolsSettings()
public ToolsSettings()Constructs a new ToolsSettings object with default settings.
Properties
CreateToolSettings
public CallSettings CreateToolSettings { get; set; }CallSettings for synchronous and asynchronous calls to ToolsClient.CreateTool
and ToolsClient.CreateToolAsync.
| 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.
CreateToolVersionSettings
public CallSettings CreateToolVersionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ToolsClient.CreateToolVersion and ToolsClient.CreateToolVersionAsync.
| 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.
DeleteToolSettings
public CallSettings DeleteToolSettings { get; set; }CallSettings for synchronous and asynchronous calls to ToolsClient.DeleteTool
and ToolsClient.DeleteToolAsync.
| 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.
DeleteToolVersionSettings
public CallSettings DeleteToolVersionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ToolsClient.DeleteToolVersion and ToolsClient.DeleteToolVersionAsync.
| 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.
GetToolSettings
public CallSettings GetToolSettings { get; set; }CallSettings for synchronous and asynchronous calls to ToolsClient.GetTool and
ToolsClient.GetToolAsync.
| 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.
GetToolVersionSettings
public CallSettings GetToolVersionSettings { get; set; }CallSettings for synchronous and asynchronous calls to ToolsClient.GetToolVersion
and ToolsClient.GetToolVersionAsync.
| 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.
ListToolVersionsSettings
public CallSettings ListToolVersionsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ToolsClient.ListToolVersions and ToolsClient.ListToolVersionsAsync.
| 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.
ListToolsSettings
public CallSettings ListToolsSettings { get; set; }CallSettings for synchronous and asynchronous calls to ToolsClient.ListTools
and ToolsClient.ListToolsAsync.
| 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 |
|
RestoreToolVersionSettings
public CallSettings RestoreToolVersionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ToolsClient.RestoreToolVersion and ToolsClient.RestoreToolVersionAsync.
| 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.
UpdateToolSettings
public CallSettings UpdateToolSettings { get; set; }CallSettings for synchronous and asynchronous calls to ToolsClient.UpdateTool
and ToolsClient.UpdateToolAsync.
| 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 ToolsSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
ToolsSettings |
A deep clone of this ToolsSettings object. |
GetDefault()
public static ToolsSettings GetDefault()Get a new instance of the default ToolsSettings.
| Returns | |
|---|---|
| Type | Description |
ToolsSettings |
A new instance of the default ToolsSettings. |