public sealed class AnswerRecordsSettings : ServiceSettingsBase
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class AnswerRecordsSettings.
Settings for AnswerRecordsClient instances.
Namespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
AnswerRecordsSettings()
public AnswerRecordsSettings()
Constructs a new AnswerRecordsSettings object with default settings.
Properties
ListAnswerRecordsSettings
public CallSettings ListAnswerRecordsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AnswerRecordsClient.ListAnswerRecords
and AnswerRecordsClient.ListAnswerRecordsAsync
.
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 |
UpdateAnswerRecordSettings
public CallSettings UpdateAnswerRecordSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AnswerRecordsClient.UpdateAnswerRecord
and AnswerRecordsClient.UpdateAnswerRecordAsync
.
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 AnswerRecordsSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
AnswerRecordsSettings | A deep clone of this AnswerRecordsSettings object. |
GetDefault()
public static AnswerRecordsSettings GetDefault()
Get a new instance of the default AnswerRecordsSettings.
Returns | |
---|---|
Type | Description |
AnswerRecordsSettings | A new instance of the default AnswerRecordsSettings. |