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."],[[["This webpage details the `HumanAgentAssistantEvent` class within the `Google.Cloud.Dialogflow.V2` namespace, highlighting its role in sending notifications for human agent assistant events to Cloud Pub/Sub subscribers in conversations."],["The `HumanAgentAssistantEvent` class is shown to implement several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality such as message handling, equality comparison, deep cloning, and buffer operations."],["The class provides properties such as `Conversation`, `Participant`, and `SuggestionResults`, which hold critical information about the related conversation, the participant the suggestion is for, and the suggestion results, respectively."],["The webpage includes documentation for 37 versions of the class, ranging from version 3.2.0 all the way up to the latest 4.26.0, with links to the specific documentation of each."]]],[]]