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-17 UTC."],[[["This webpage details the `HumanAgentAssistantEvent` class within the `Google.Cloud.Dialogflow.V2` namespace, showcasing its role in sending notifications for human agent assistant events."],["The class `HumanAgentAssistantEvent` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`, demonstrating its comprehensive integration with related systems."],["The `HumanAgentAssistantEvent` class has two constructors, a default one and one that accepts another `HumanAgentAssistantEvent` instance for copying."],["Key properties of `HumanAgentAssistantEvent` include `Conversation`, `Participant`, and `SuggestionResults`, providing information about the event context and outcomes."],["The page provides a comprehensive list of previous versions, ranging from version 3.2.0 to the latest 4.26.0, allowing users to select and navigate through each iteration of `HumanAgentAssistantEvent`."]]],[]]