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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `HumanAgentAssistantEvent` class within the `Google.Cloud.Dialogflow.V2` namespace, serving as a notification for human agent assistant events in conversations."],["The class is found in the `Google.Cloud.Dialogflow.V2.dll` assembly and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is shown to contain constructors, `HumanAgentAssistantEvent()`, and `HumanAgentAssistantEvent(HumanAgentAssistantEvent)`, as well as properties: `Conversation`, `Participant`, and `SuggestionResults`."],["The page lists various versions of the `HumanAgentAssistantEvent`, from the latest (4.26.0) down to (3.2.0), with hyperlinks to each version's documentation, providing a historical view of its development."],["`HumanAgentAssistantEvent` represents a notification sent to Cloud Pub/Sub subscribers for human agent assistant events in a specific conversation."]]],[]]