[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-23 UTC."],[[["This document provides information on the `WebhooksLimitedErrorCountRetryPolicy` class within the Google Cloud C++ client library for Dialogflow CX."],["The `WebhooksLimitedErrorCountRetryPolicy` class defines a retry policy for `WebhooksConnection` that stops retrying when a non-transient error is encountered or a set number of transient failures have occurred."],["Transient errors are currently identified by the `kUnavailable` status code, and this class has constructors to control the maximum number of transient errors that are tolerated before the retry loop is terminated."],["The document covers the constructors, along with the functions such as maximum_failures(), OnFailure(), IsExhausted(), IsPermanentFailure(), and clone() to operate with the retry policy, as well as, details about the type alias BaseType."],["The document also lists the available version releases for the WebhooksLimitedErrorCountRetryPolicy, ranging from the current release candidate version (2.37.0-rc) all the way down to version 2.11.0."]]],[]]