[[["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-17 UTC."],[[["This page details the `SessionsLimitedErrorCountRetryPolicy` class, which is a retry policy for `SessionsConnection` in the Dialogflow CX C++ library."],["The retry policy stops when a non-transient error occurs or if the number of transient failures exceeds a set limit, with `kUnavailable` being treated as transient."],["The class allows configuration of the maximum number of transient errors it will tolerate via the constructor parameter `maximum_failures`."],["The `SessionsLimitedErrorCountRetryPolicy` class provides methods to determine if retries are exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and to reset the policy (`clone`)."],["The class also provides type alias `BaseType` representing `SessionsRetryPolicy`."]]],[]]