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"]],[["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-21 UTC."],[[["This webpage provides documentation for the `UpdateAnswerRecordRequest` class within the `Google.Cloud.Dialogflow.V2` namespace for .NET, with the latest version being 4.26.0 and a range of previous versions listed."],["The `UpdateAnswerRecordRequest` class is used to send request messages to update answer records, and it inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `UpdateAnswerRecordRequest()` and another that takes an existing `UpdateAnswerRecordRequest` object as a parameter to initialize a new instance."],["The class `UpdateAnswerRecordRequest` contains two important properties: `AnswerRecord` which is required for updating, and `UpdateMask` which controls which fields should be updated."],["The documentation spans across multiple assembly versions going back as far as version 3.2.0, with all of them relating to the `UpdateAnswerRecordRequest` within the `Google.Cloud.Dialogflow.V2` space."]]],[]]