public sealed class HumanAgentAssistantEvent : IMessage<HumanAgentAssistantEvent>, IEquatable<HumanAgentAssistantEvent>, IDeepCloneable<HumanAgentAssistantEvent>, IBufferMessage, IMessage
Represents a notification sent to Cloud Pub/Sub subscribers for
human agent assistant events in a specific conversation.
The participant that the suggestion is compiled for.
Format: projects/{Project ID}/conversations/{Conversation
ID>/participants/<Participant ID>. It will not be set in legacy workflow.
[[["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-04-09 UTC."],[[["This webpage details the `HumanAgentAssistantEvent` class within the `Google.Cloud.Dialogflow.V2` namespace, showcasing its functionality as a notification for human agent assistant events within a conversation."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, with several inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`."],["The `HumanAgentAssistantEvent` class offers two constructors, one default and another that accepts another `HumanAgentAssistantEvent` object for cloning."],["It contains properties like `Conversation` and `Participant` which provide identifiers for the associated conversation and participant, respectively, alongside `SuggestionResults`, which holds a collection of suggestion results."],["The webpage displays a list of versions of the `HumanAgentAssistantEvent` class, ranging from the latest version 4.26.0 down to version 3.2.0, including 3.4.0 which corresponds to the detailed class documentation."]]],[]]