[[["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 `EntityTypesLimitedErrorCountRetryPolicy`, a retry mechanism for `EntityTypesConnection` in the Dialogflow ES C++ library."],["The retry policy limits the number of transient errors before stopping, and it will also stop if a non-transient error occurs, with `kUnavailable` being treated as transient."],["The policy can be configured with a `maximum_failures` parameter during construction, allowing for a defined number of retries, and retries can be disabled by setting the `maximum_failures` parameter to `0`."],["The class provides functions like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()` to manage and monitor the retry process."],["The latest version of the class is version 2.37.0-rc, and there is a list of previous versions going all the way back to version 2.11.0."]]],[]]