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-beta23."],["`UpdateAnswerRecordRequest` is used to update an answer record via the `AnswerRecords.UpdateAnswerRecord` method."],["This class inherits from `object` and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateAnswerRecordRequest` class contains properties `AnswerRecord`, which is the record to update, and `UpdateMask`, which controls the fields to be updated."],["It contains two constructors, a default `UpdateAnswerRecordRequest()` and one that receives another `UpdateAnswerRecordRequest` object as a parameter."]]],[]]