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-03-21 UTC."],[[["The `HumanAgentAssistantEvent` class represents notifications sent to Cloud Pub/Sub for human agent assistant events within a specific conversation in Google Dialogflow V2, with the latest version being 4.26.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`, allowing it to manage message operations, equality checks, deep cloning, and buffer message interactions."],["Key properties of `HumanAgentAssistantEvent` include `Conversation` (referring to the conversation ID), `Participant` (identifying the participant), and `SuggestionResults` (containing suggestion results payloads)."],["The `HumanAgentAssistantEvent` class can be constructed with no parameters, or with an existing instance of `HumanAgentAssistantEvent` to copy its values."],["There are 37 different versions of `HumanAgentAssistantEvent` available for usage, from 3.2.0 to 4.26.0."]]],[]]