public sealed class UpdateAnswerRecordRequest : IMessage<UpdateAnswerRecordRequest>, IEquatable<UpdateAnswerRecordRequest>, IDeepCloneable<UpdateAnswerRecordRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdateAnswerRecordRequest.
Request message for
[AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2beta1.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 documentation is for the `UpdateAnswerRecordRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta16."],["`UpdateAnswerRecordRequest` is a request message used for updating answer records via the `AnswerRecords.UpdateAnswerRecord` method."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It includes properties for `AnswerRecord` which is the answer record to update, and `UpdateMask`, which controls which fields are modified."],["There are two constructors, one default, and another that copies an existing `UpdateAnswerRecordRequest` object."]]],[]]