[[["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 webpage provides documentation for the `DocumentsRetryPolicy` class within the Google Cloud Dialogflow ES C++ library, specifically starting from version 2.11.0 and going up to the latest release candidate 2.37.0-rc."],["The `DocumentsRetryPolicy` class is used to define retry logic for operations related to `DocumentsConnection` in the Dialogflow ES service."],["The documentation includes a list of available versions for `DocumentsRetryPolicy`, each with a corresponding link to its specific documentation."],["The policy has methods such as `clone()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, which allow for creating new policy instances, determining retry status and checking for permanent failures."],["The `OnFailure()` and `IsPermanentFailure()` methods take a `Status` object as a parameter, and return a boolean value, whereas `clone()` returns a unique pointer to a `DocumentsRetryPolicy` and `IsExhausted()` returns a boolean."]]],[]]