The unique identifier of this answer record. Required for AnswerRecords.UpdateAnswerRecord method. Format: projects/<Project ID>/locations/<Location
ID>/answerRecords/<Answer Record ID>.
[[["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-05 UTC."],[[["This page details how to update a specific answer record using a PATCH HTTP request to the Dialogflow API, specifically the `AnswerRecords.UpdateAnswerRecord` method."],["The URL for the request requires a specific format using gRPC Transcoding syntax, including the endpoint and the `answerRecord.name` path parameter, formatted as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/answerRecords/\u003cAnswer Record ID\u003e`."],["The `updateMask` query parameter is mandatory and controls which fields of the answer record are updated, using a comma-separated list of field names."],["Both the request and response bodies are structured as instances of the `AnswerRecord` object, which contains the information about the updated record."],["To successfully send the request, the user will need one of the two authorization scopes provided, either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]