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 endpoint allows updating an existing answer record using a PATCH request to a specific URL format: `https://{endpoint}/v2beta1/{answerRecord.name=projects/*/locations/*/answerRecords/*}`."],["The `answerRecord.name` path parameter is a string representing the unique identifier of the answer record being updated and follows the format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/answerRecords/\u003cAnswer Record ID\u003e`."],["The `updateMask` query parameter is a required string in FieldMask format, defining which fields in the answer record should be updated, using a comma-separated list."],["The request body must contain an instance of the `AnswerRecord` object, while a successful response will also return an instance of `AnswerRecord`."],["Authorization for this request requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scope."]]],[]]