O identificador exclusivo de um objeto. Esse ID precisa ser exclusivo entre todos os objetos de um emissor. Esse valor precisa seguir o formato issuer ID.identifier, em que o primeiro é emitido pelo Google e o último é escolhido por você. O identificador exclusivo precisa incluir apenas caracteres alfanuméricos, ".", "_" ou "-".
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-03-13 UTC."],[[["Adds a message to an existing offer object using its unique object ID."],["The request body should contain an `AddMessageRequest` as defined in the API reference."],["A successful response returns the updated `OfferObject` resource."],["Requires `wallet_object.issuer` OAuth scope for authorization."],["Uses the `POST` method and specific path parameters for the HTTP request."]]],["This outlines adding a message to an offer object via a `POST` request to `https://walletobjects.googleapis.com/walletobjects/v1/offerObject/{resourceId}/addMessage`. The `resourceId`, a unique identifier, is a required path parameter. The request body should be an `AddMessageRequest` instance. Upon success, the response body returns an updated `OfferObject`, structured in JSON. This action requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]