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 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."]]],[]]