Full name: projects.locations.instances.users.conversations.messages.patch
UpdateMessage is used to update an existing message. Only the most recent message in the given conversation can be updated. Only the inputs field of the message can be updated, which will result in the AI response being updated accordingly.
Identifier. Full resource name for the message. Format: projects/{project}/locations/{location}/instances/{instance}/users/{user}/conversations/{conversation}/messages/{message}
[[["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-01-22 UTC."],[[["This webpage details how to update an existing message using the `UpdateMessage` function, focusing on the most recent message within a conversation."],["The HTTP request utilizes the `PATCH` method with a specific URL format to update a message resource identified by its full resource name in the `message.name` path parameter."],["You can specify which fields to update using the `updateMask` query parameter, allowing for partial updates of the message resource."],["Both the request and response bodies contain an instance of the `Message` resource, defining the structure for message updates and returned data."],["Updating a message requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.messages.update` on the message resource."]]],[]]