[[["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 details the `ConversationModelsLimitedErrorCountRetryPolicy` for the Dialogflow ES C++ library, which manages retries for operations within `ConversationModelsConnection`."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds the maximum failures threshold."],["Transient errors, such as `kUnavailable`, are the only status codes treated as retriable, all others are considered permanent failures."],["You can configure the maximum number of transient failures allowed before stopping retries by using the constructor's `maximum_failures` parameter, and it can be set to `0` to disable retries."],["The policy also includes methods to determine if retries are exhausted (`IsExhausted`) and to identify permanent failures (`IsPermanentFailure`)."]]],[]]