public sealed class HumanAgentAssistantEvent : IMessage<HumanAgentAssistantEvent>, IEquatable<HumanAgentAssistantEvent>, IDeepCloneable<HumanAgentAssistantEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class HumanAgentAssistantEvent.
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 in the Google Cloud Dialogflow v2 API provides notifications for human agent assistant events within a conversation, using Cloud Pub/Sub."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["The class contains properties for `Conversation`, `Participant`, and `SuggestionResults`, allowing you to identify the specific conversation, participant, and any suggestion results related to the event."],["The latest version of the API in the provided content is version 4.26.0, and there are various versions of the `HumanAgentAssistantEvent` class documented, ranging from version 3.2.0 to the latest."],["There are two constructors available for the class : `HumanAgentAssistantEvent()` and `HumanAgentAssistantEvent(HumanAgentAssistantEvent other)`."]]],[]]