public sealed class AgentAssistantRecord : IMessage<AgentAssistantRecord>, IEquatable<AgentAssistantRecord>, IDeepCloneable<AgentAssistantRecord>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class AgentAssistantRecord.
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 reference documentation for the `AgentAssistantRecord` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The content lists a range of available versions for the Google.Cloud.Dialogflow.V2 API, starting from version 3.2.0 up to the latest 4.26.0, with the focus on 4.5.0."],["`AgentAssistantRecord` is defined as a class representing a record of a human agent assist answer, inheriting from `Object` and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `AgentAssistantRecord` has multiple constructors, such as one default and one allowing for copying another `AgentAssistantRecord` object, as well as containing properties like `AnswerCase`, `ArticleSuggestionAnswer`, and `FaqAnswer`."]]],[]]