[[["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 `ConversationModelsLimitedErrorCountRetryPolicy` class in the Google Cloud Dialogflow ES C++ library, covering versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `ConversationModelsLimitedErrorCountRetryPolicy` class implements a retry mechanism for `ConversationModelsConnection` based on counting the number of errors, ceasing retries upon non-transient errors or when the maximum number of transient failures is reached."],["The class considers the `kUnavailable` status code as a transient error, while all other errors are treated as permanent."],["The class provides constructors, a `maximum_failures()` method, and virtual methods to control the retry logic, including `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`."],["The `BaseType` type alias is established as an alias for `ConversationModelsRetryPolicy`."]]],[]]