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."],[[["The webpage provides documentation for the `UpdateAnswerRecordRequest` class within the `Google.Cloud.Dialogflow.V2` namespace for .NET."],["It lists various versions of the `Google.Cloud.Dialogflow.V2` package, ranging from the latest 4.26.0 down to version 3.2.0, with links to specific version documentation for the `UpdateAnswerRecordRequest`."],["`UpdateAnswerRecordRequest` is a class used to update an answer record and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties `AnswerRecord` which is the answer record that is being updated, and `UpdateMask` which is used to determine which fields are updated, both of which are required."],["The `UpdateAnswerRecordRequest` class inherits from `Object`, with several methods being carried over, it also has two constructors, a default and one that uses an existing `UpdateAnswerRecordRequest` for instantiation."]]],[]]