public sealed class AgentAssistantRecord : IMessage<AgentAssistantRecord>, IEquatable<AgentAssistantRecord>, IDeepCloneable<AgentAssistantRecord>, IBufferMessage, IMessage
Represents a record of a human agent assist answer.
[[["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."],[[["The provided content details the `AgentAssistantRecord` class within the `Google.Cloud.Dialogflow.V2` namespace, a component that represents a human agent assist answer record."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message data and object equality."],["The webpage lists available versions of the `AgentAssistantRecord`, ranging from the latest version 4.26.0 down to version 3.2.0, highlighting the history and evolution of this class."],["The class includes properties like `AnswerCase`, `ArticleSuggestionAnswer`, and `FaqAnswer`, each serving specific roles in defining the type of answer and the detailed content associated with the human agent's assist answer."],["The `AgentAssistantRecord` class also has two constructors, one being the default constructor, and the second constructor allowing you to input another instance of `AgentAssistantRecord`."]]],[]]