[[["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 Dialogflow CX C++ library, detailing its functionality for handling transient errors during webhooks connection retries."],["The policy limits the number of transient errors that are tolerated, stopping retries if a non-transient error is returned or if the prescribed number of transient failures, including `kUnavailable`, is exceeded."],["The class has various constructors allowing users to define the maximum number of transient failures and it also supports copy and move construction."],["Key functions of this class include `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()`, which help to respectively fetch max failures allowed, handle failure statuses, assess if the policy is exhausted, determine if a failure is permanent and create a new instance of this policy."],["The `BaseType` type alias is provided, linking to `WebhooksRetryPolicy`."]]],[]]