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 page provides documentation for the `AgentAssistantRecord` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.10.0, but also lists versions ranging from 3.2.0 to 4.26.0."],["`AgentAssistantRecord` is used to represent a record of a human agent assist answer, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `AgentAssistantRecord` object as a parameter."],["It includes properties like `AnswerCase`, `ArticleSuggestionAnswer`, and `FaqAnswer`, with `ArticleSuggestionAnswer` and `FaqAnswer` being output-only properties related to suggestions and FAQ answers, respectively."],["The listed documentation provides a reference to the different versions of the AgentAssistantRecord, as well as its methods and properties."]]],[]]