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."],[[["This webpage provides documentation for the `AgentAssistantRecord` class within the `Google.Cloud.Dialogflow.V2` namespace, covering versions from 3.2.0 to the latest 4.26.0."],["The `AgentAssistantRecord` class represents a record of a human agent assist answer, and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating new instances, either empty or by copying an existing `AgentAssistantRecord` object."],["The class includes properties like `AnswerCase`, `ArticleSuggestionAnswer`, and `FaqAnswer`, which provide information about the type and content of the agent's answer."],["The documented versions provide links for each version, and the link for the latest version is highlighted."]]],[]]