Đại diện cho một khoảng thời gian, được mã hoá dưới dạng dấu thời gian bắt đầu (bao gồm) và kết thúc Dấu thời gian (không bao gồm).
Bắt đầu phải nhỏ hơn hoặc bằng kết thúc. Khi điểm bắt đầu bằng với điểm kết thúc, khoảng thời gian sẽ trống (không khớp với thời gian). Khi cả điểm bắt đầu và điểm kết thúc không được chỉ định, khoảng thời gian sẽ khớp với bất kỳ lúc nào.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-08-22 UTC."],[[["Represents a time interval with an inclusive start and exclusive end, encoded as Timestamps."],["Start must be less than or equal to the end; equality implies an empty interval matching no time."],["Unspecified start and end signify an interval matching any time."],["The interval is represented by a JSON object with optional `startTime` and `endTime` fields in Timestamp format."]]],[]]