public sealed class UpdateAnswerRecordRequest : IMessage<UpdateAnswerRecordRequest>, IEquatable<UpdateAnswerRecordRequest>, IDeepCloneable<UpdateAnswerRecordRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateAnswerRecordRequest.
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 API, specifically detailing its usage and structure."],["The latest version of the API documented is 4.26.0, and the page also lists other previous versions from 4.25.0 down to 3.2.0, allowing users to find documentation specific to the version they are using."],["`UpdateAnswerRecordRequest` class is used to request an update to an answer record, and the page contains inherited members from other classes."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality and how it interacts with the Google Protobuf library."],["The page details two main properties for the `UpdateAnswerRecordRequest`: `AnswerRecord`, which specifies the answer record to update and `UpdateMask`, which determines which fields of the answer record are to be modified."]]],[]]