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 page details the `HumanAgentAssistantEvent` class within the `Google.Cloud.Dialogflow.V2` namespace, presenting a historical list of its versions, starting from version 4.26.0, down to 3.2.0."],["`HumanAgentAssistantEvent` is a notification for human agent assistant events, sent to Cloud Pub/Sub subscribers, within a specific conversation."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, deep cloning, and buffer operations."],["Key properties of the `HumanAgentAssistantEvent` class include `Conversation` (referring to the conversation ID), `Participant` (specifying the relevant participant), and `SuggestionResults` (containing the suggestion results)."],["The latest version available is 4.26.0 while the oldest is 3.2.0."]]],[]]