[[["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 page provides documentation for the `ConversationDatasetsLimitedErrorCountRetryPolicy` class in the Dialogflow ES C++ library, specifically for version 2.21.0."],["The `ConversationDatasetsLimitedErrorCountRetryPolicy` is used to manage retries for `ConversationDatasetsConnection` based on the number of encountered transient errors, stopping when a non-transient error is encountered, or the transient error count exceeds a set threshold."],["The policy considers `kUnavailable` status codes as transient errors."],["You can customize the policy's tolerance to transient errors by setting the `maximum_failures` parameter in the constructor, with a value of 0 disabling retries."],["This page details the various constructors, functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `clone`, and `maximum_failures`, as well as the `BaseType` alias associated with the `ConversationDatasetsLimitedErrorCountRetryPolicy`."]]],[]]