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 latest version of the `HumanAgentAssistantEvent` class is 4.26.0, and the page provides access to the documentation for this and many previous versions, including all the way back to version 3.2.0."],["`HumanAgentAssistantEvent` is a class that represents a notification for human agent assistant events, sent to Cloud Pub/Sub subscribers, and is part of the `Google.Cloud.Dialogflow.V2` namespace."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Conversation`, `Participant`, and `SuggestionResults`, which provide information about the specific conversation, the participant, and the results of suggestions."],["There are two constructors that can be used to instantiate this class, one takes in no arguments and the other takes in another `HumanAgentAssistantEvent` as an argument."]]],[]]