[[["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 webpage details the `DeploymentsLimitedErrorCountRetryPolicy` class, which manages retry attempts for `DeploymentsConnection` in the Google Cloud Dialogflow CX C++ library."],["The retry policy is based on a limited count of transient errors, stopping if a non-transient error occurs or the maximum number of failures is reached."],["Transient errors are specifically defined as those returning a `kUnavailable` status code."],["The class allows for setting a `maximum_failures` parameter, which, when set to 0, disables the retry loop."],["The class supports a variety of functions such as checking if the retries are exhausted (`IsExhausted`) or if the status code represents a permanent failure (`IsPermanentFailure`), and it can also clone itself."]]],[]]