[[["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 outlines the `ParticipantsLimitedErrorCountRetryPolicy` class, which manages retry attempts for `ParticipantsConnection` in the Dialogflow ES C++ library based on the number of errors."],["The retry policy ceases operations if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, and it treats `kUnavailable` status codes as transient errors."],["The `ParticipantsLimitedErrorCountRetryPolicy` class offers constructors to create an instance with a specified maximum number of transient errors allowed, and the retry loop can be fully disabled by setting the `maximum_failures` to 0."],["The class provides various functions such as `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)` and `clone()` to manage and check the state of the retry policy."],["The document also covers different versions of the C++ Dialogflow ES library, ranging from 2.11.0 to the latest version 2.37.0-rc, all relating to this class `ParticipantsLimitedErrorCountRetryPolicy`."]]],[]]