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 document provides reference information for the `UpdateAnswerRecordRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta18."],["The `UpdateAnswerRecordRequest` class is used as a request message for the `AnswerRecords.UpdateAnswerRecord` function in the Dialogflow API."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of `UpdateAnswerRecordRequest` include `AnswerRecord`, representing the record to be updated, and `UpdateMask`, which controls the fields to be modified during the update operation."],["There are two constructors available for creating instances of the `UpdateAnswerRecordRequest` class, one default and another accepting an `UpdateAnswerRecordRequest` object as parameter."]]],[]]