[[["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-05-07 UTC."],[[["This document provides information on the `GeneratorsLimitedErrorCountRetryPolicy` class within the Google Cloud Dialogflow CX C++ library, with links to documentation of various versions ranging from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `GeneratorsLimitedErrorCountRetryPolicy` class implements a retry strategy for `GeneratorsConnection` by limiting the number of transient errors that are tolerated, specifically `kUnavailable` status codes."],["The class offers constructors to set the maximum number of allowed transient errors, and you can disable retries by setting `maximum_failures` to 0."],["The class includes methods such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure` to manage and evaluate the state of the retry policy, as well as a `clone` function to reset it."],["The maximum failures function will return an integer, as well as the base type being an alias of `GeneratorsRetryPolicy`."]]],[]]