public sealed class UpdateAnswerRecordRequest : IMessage<UpdateAnswerRecordRequest>, IEquatable<UpdateAnswerRecordRequest>, IDeepCloneable<UpdateAnswerRecordRequest>, IBufferMessage, IMessage
Request message for [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2.AnswerRecords.UpdateAnswerRecord].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page details the `UpdateAnswerRecordRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.10.0, which is used to update answer records in Dialogflow."],["The `UpdateAnswerRecordRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["It provides two constructors, a default constructor and one that accepts another `UpdateAnswerRecordRequest` instance for creating copies."],["The class has two key properties: `AnswerRecord`, which is the answer record to be updated, and `UpdateMask`, which controls which fields of the answer record are updated."],["There are many previous versions available to navigate, with the latest being 4.26.0."]]],[]]