Immutable. Fully qualified name projects/{project}/locations/global/collections/{collection}/dataStore/*/conversations/* or projects/{project}/locations/global/collections/{collection}/engines/*/conversations/*.
[[["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-02-28 UTC."],[[["This endpoint is used to update an existing Conversation resource, and attempts to update a non-existent Conversation will return a NOT_FOUND error."],["The HTTP request method is `PATCH`, and the URL utilizes gRPC Transcoding syntax to define the Conversation's location and name within the project."],["The `conversation.name` path parameter is required and must adhere to the format: `projects/{project}/locations/global/collections/{collection}/dataStore/*/conversations/*` or `projects/{project}/locations/global/collections/{collection}/engines/*/conversations/*`."],["The `updateMask` query parameter is used to specify which fields of the Conversation should be updated, and if omitted or left empty, all supported fields will be updated, except for `Conversation.name`."],["Successful requests will return an instance of the updated Conversation, and this action requires the `discoveryengine.conversations.update` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]