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 webpage provides documentation for the `AgentAssistantRecord` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically covering versions from 3.2.0 to 4.26.0 of the .NET library."],["`AgentAssistantRecord` represents a record of a human agent assist answer, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AgentAssistantRecord` class has two constructors, a default one and another that accepts an `AgentAssistantRecord` object as a parameter."],["The `AgentAssistantRecord` class includes properties such as `AnswerCase`, `ArticleSuggestionAnswer`, and `FaqAnswer`, which are detailed with their types and descriptions in the provided documentation."],["The latest version of the `AgentAssistantRecord` class being documented is version 4.26.0, which would be considered the most up-to-date and may contain the newest features."]]],[]]