Class AnswerRecordsSettings (3.3.0)

public sealed class AnswerRecordsSettings : ServiceSettingsBase

Settings for AnswerRecordsClient instances.

Inheritance

Object > ServiceSettingsBase > AnswerRecordsSettings

Namespace

Google.Cloud.Dialogflow.V2

Assembly

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
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

UpdateAnswerRecordSettings

public CallSettings UpdateAnswerRecordSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AnswerRecordsClient.UpdateAnswerRecord and AnswerRecordsClient.UpdateAnswerRecordAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

Methods

Clone()

public AnswerRecordsSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
TypeDescription
AnswerRecordsSettings

A deep clone of this AnswerRecordsSettings object.

GetDefault()

public static AnswerRecordsSettings GetDefault()

Get a new instance of the default AnswerRecordsSettings.

Returns
TypeDescription
AnswerRecordsSettings

A new instance of the default AnswerRecordsSettings.