[[["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-03-21 UTC."],[[["This document outlines the `EntityTypesLimitedErrorCountRetryPolicy` for the Dialogflow ES C++ library, specifically for versions ranging from 2.11.0 to 2.37.0-rc."],["The retry policy is designed for `EntityTypesConnection` and halts retries upon encountering a non-transient error or exceeding a set number of transient errors."],["Transient errors are defined as those returning the `kUnavailable` status code."],["The policy's constructor, `EntityTypesLimitedErrorCountRetryPolicy(int)`, sets the maximum number of transient failures allowed, and can disable the retry loop with a value of 0."],["The document details various member functions, like `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, including descriptions of parameters and return types."]]],[]]