public sealed class ConversationProfilesSettings : ServiceSettingsBase
Settings for ConversationProfilesClient instances.
Namespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ConversationProfilesSettings()
public ConversationProfilesSettings()
Constructs a new ConversationProfilesSettings object with default settings.
Properties
CreateConversationProfileSettings
public CallSettings CreateConversationProfileSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConversationProfilesClient.CreateConversationProfile
and
ConversationProfilesClient.CreateConversationProfileAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Timeout: 60 seconds.
DeleteConversationProfileSettings
public CallSettings DeleteConversationProfileSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConversationProfilesClient.DeleteConversationProfile
and
ConversationProfilesClient.DeleteConversationProfileAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Timeout: 60 seconds.
GetConversationProfileSettings
public CallSettings GetConversationProfileSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConversationProfilesClient.GetConversationProfile
and
ConversationProfilesClient.GetConversationProfileAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Timeout: 60 seconds.
ListConversationProfilesSettings
public CallSettings ListConversationProfilesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConversationProfilesClient.ListConversationProfiles
and
ConversationProfilesClient.ListConversationProfilesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Timeout: 60 seconds.
UpdateConversationProfileSettings
public CallSettings UpdateConversationProfileSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConversationProfilesClient.UpdateConversationProfile
and
ConversationProfilesClient.UpdateConversationProfileAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Timeout: 60 seconds.
Methods
Clone()
public ConversationProfilesSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
ConversationProfilesSettings | A deep clone of this ConversationProfilesSettings object. |
GetDefault()
public static ConversationProfilesSettings GetDefault()
Get a new instance of the default ConversationProfilesSettings.
Returns | |
---|---|
Type | Description |
ConversationProfilesSettings | A new instance of the default ConversationProfilesSettings. |