public sealed class SessionEntityTypesSettings : ServiceSettingsBaseReference documentation and code samples for the Google Cloud Dialogflow v2 API class SessionEntityTypesSettings.
Settings for SessionEntityTypesClient instances.
Namespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SessionEntityTypesSettings()
public SessionEntityTypesSettings()Constructs a new SessionEntityTypesSettings object with default settings.
Properties
CreateSessionEntityTypeSettings
public CallSettings CreateSessionEntityTypeSettings { get; set; }CallSettings for synchronous and asynchronous calls to
SessionEntityTypesClient.CreateSessionEntityType and
SessionEntityTypesClient.CreateSessionEntityTypeAsync.
| 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.
 
DeleteSessionEntityTypeSettings
public CallSettings DeleteSessionEntityTypeSettings { get; set; }CallSettings for synchronous and asynchronous calls to
SessionEntityTypesClient.DeleteSessionEntityType and
SessionEntityTypesClient.DeleteSessionEntityTypeAsync.
| 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.
 
GetSessionEntityTypeSettings
public CallSettings GetSessionEntityTypeSettings { get; set; }CallSettings for synchronous and asynchronous calls to
SessionEntityTypesClient.GetSessionEntityType and
SessionEntityTypesClient.GetSessionEntityTypeAsync.
| 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.
 
ListSessionEntityTypesSettings
public CallSettings ListSessionEntityTypesSettings { get; set; }CallSettings for synchronous and asynchronous calls to
SessionEntityTypesClient.ListSessionEntityTypes and
SessionEntityTypesClient.ListSessionEntityTypesAsync.
| 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 | 
        |
UpdateSessionEntityTypeSettings
public CallSettings UpdateSessionEntityTypeSettings { get; set; }CallSettings for synchronous and asynchronous calls to
SessionEntityTypesClient.UpdateSessionEntityType and
SessionEntityTypesClient.UpdateSessionEntityTypeAsync.
| 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 SessionEntityTypesSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description | 
SessionEntityTypesSettings | 
        A deep clone of this SessionEntityTypesSettings object.  | 
      
GetDefault()
public static SessionEntityTypesSettings GetDefault()Get a new instance of the default SessionEntityTypesSettings.
| Returns | |
|---|---|
| Type | Description | 
SessionEntityTypesSettings | 
        A new instance of the default SessionEntityTypesSettings.  |