Google Cloud Dialogflow v2beta1 API - Class AnswerRecordsSettings (1.0.0-beta15)

public sealed class AnswerRecordsSettings : ServiceSettingsBase

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class AnswerRecordsSettings.

Settings for AnswerRecordsClient instances.

Inheritance

object > ServiceSettingsBase > AnswerRecordsSettings

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

AnswerRecordsSettings()

public AnswerRecordsSettings()

Constructs a new AnswerRecordsSettings object with default settings.

Properties

GetAnswerRecordSettings

public CallSettings GetAnswerRecordSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AnswerRecordsClient.GetAnswerRecord and AnswerRecordsClient.GetAnswerRecordAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • 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.

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
  • 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
TypeDescription
LocationsSettings

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
  • 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
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.