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 .NET library, specifically highlighting version 3.5.0 and the various versions from 3.2.0 up to 4.26.0."],["The `HumanAgentAssistantEvent` class represents a notification for human agent assistant events in a conversation, and it's sent to Cloud Pub/Sub subscribers."],["The class inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the class include `Conversation`, `Participant`, and `SuggestionResults`, which provide details about the related conversation, participant, and suggestion outcomes."],["The latest release of this class is 4.26.0, and the webpage has links to documentation for each of the previous versions available, going all the way back to version 3.2.0."]]],[]]