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, detailing its structure and usage across multiple versions."],["The `AgentAssistantRecord` class represents a record of a human agent assist answer and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for `AgentAssistantRecord` is 4.26.0, with numerous previous versions ranging from 4.25.0 down to 3.2.0 also accessible."],["The class includes constructors for creating new instances, and properties like `AnswerCase`, `ArticleSuggestionAnswer`, and `FaqAnswer` for managing different types of answers within the agent assist record."],["Inherited members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, are also available for `AgentAssistantRecord` instances."]]],[]]