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, specifically for version 3.6.0 and all versions up to 4.26.0 (latest)."],["The `HumanAgentAssistantEvent` class represents a notification sent to Cloud Pub/Sub for human agent assistant events in a conversation and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."],["Key properties of the `HumanAgentAssistantEvent` class include `Conversation`, `Participant`, and `SuggestionResults`, which provide information about the related conversation, participant, and suggestion outcomes, respectively."],["The `HumanAgentAssistantEvent` class has two constructors available, a default constructor, and a copy constructor that takes another `HumanAgentAssistantEvent` instance."],["The page also outlines inherited members and lists every version available with a link to its documentation, all regarding the `HumanAgentAssistantEvent`."]]],[]]