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 details the `UpdateAnswerRecordRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, presenting a comprehensive list of its versions, ranging from 3.2.0 to 4.26.0, with 4.26.0 being the latest."],["The `UpdateAnswerRecordRequest` class is used as a request message for updating answer records within the Dialogflow service."],["This class inherits members from the base `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with protocol buffer operations."],["The class has two constructors: a parameterless constructor, and one that takes another `UpdateAnswerRecordRequest` object, and it contains the properties `AnswerRecord` and `UpdateMask`, which are used to define the answer record to update, and which fields should be updated, respectively."],["This page documents the class within the `Google.Cloud.Dialogflow.V2` assembly, specifically `Google.Cloud.Dialogflow.V2.dll`."]]],[]]