public sealed class ConversationProfilesSettings : ServiceSettingsBase
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ConversationProfilesSettings.
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
ClearSuggestionFeatureConfigOperationsSettings
public OperationsSettings ClearSuggestionFeatureConfigOperationsSettings { get; set; }
Long Running Operation settings for calls to ConversationProfilesClient.ClearSuggestionFeatureConfig
and ConversationProfilesClient.ClearSuggestionFeatureConfigAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
ClearSuggestionFeatureConfigSettings
public CallSettings ClearSuggestionFeatureConfigSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConversationProfilesClient.ClearSuggestionFeatureConfig
and
ConversationProfilesClient.ClearSuggestionFeatureConfigAsync
.
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.
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
- Retriable status codes: Unavailable.
- 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
- Retriable status codes: Unavailable.
- 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
- Retriable status codes: Unavailable.
- 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
- 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 |
SetSuggestionFeatureConfigOperationsSettings
public OperationsSettings SetSuggestionFeatureConfigOperationsSettings { get; set; }
Long Running Operation settings for calls to ConversationProfilesClient.SetSuggestionFeatureConfig
and ConversationProfilesClient.SetSuggestionFeatureConfigAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
SetSuggestionFeatureConfigSettings
public CallSettings SetSuggestionFeatureConfigSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConversationProfilesClient.SetSuggestionFeatureConfig
and
ConversationProfilesClient.SetSuggestionFeatureConfigAsync
.
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.
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
- Retriable status codes: Unavailable.
- 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. |