[[["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-31 UTC."],[[["The latest version available for `AckNackResponse` is 3.23.0, while version 3.2.0 is the current context version, and there are several other versions available ranging from 2.3.0 to 3.22.0."],["`AckNackResponse` represents the response to an Acknowledge (ACK) or Not Acknowledge (NACK) request within the `Google.Cloud.PubSub.V1` namespace."],["The `AckNackResponse` class can be initialized using the `AckNackResponse(string messageId, AcknowledgementStatus status, string failureMessage)` constructor, where `messageId` is the message ID, `status` is the acknowledgement status, and `failureMessage` provides details on failures."],["The `AckNackResponse` class contains three properties, `FailureMessage`, `MessageId` and `Status`, allowing access to the failure message (if any), the ID of the message, and the status of the ACK/NACK response, respectively."]]],[]]