Set the delay threshold to use for batching. After this amount of time has elapsed (counting
from the first element added), the elements will be wrapped up in a batch and sent. This
value should not be set too high, usually on the order of milliseconds. Otherwise, calls
might appear to never complete.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["The latest version of `BatchingSettings.Builder` is 2.63.1, which can be found at the provided URL path."],["This document provides access to various versions of the `BatchingSettings.Builder`, ranging from version 2.7.1 up to the latest 2.63.1."],["`BatchingSettings.Builder` allows configuration of batching behavior, including setting thresholds for delay, element count, and request byte size."],["The `BatchingSettings.Builder` class allows users to enable or disable batching functionality and manage flow control settings."],["The `build()` method is used to create the `BatchingSettings` object."]]],[]]