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."],[[["This webpage provides documentation for the `HumanAgentAssistantEvent` class within the Google Cloud Dialogflow v2 API, specifically focusing on version 4.18.0 and its previous version history."],["`HumanAgentAssistantEvent` is a class that represents notifications sent to Pub/Sub subscribers regarding human agent assistant events during conversations, and it also implements several interfaces such as `IMessage` and `IEquatable`."],["The page also includes links to the reference documentation for other versions of the `HumanAgentAssistantEvent` class, ranging from version 3.2.0 up to the latest, 4.26.0."],["The class has constructors `HumanAgentAssistantEvent()` and `HumanAgentAssistantEvent(HumanAgentAssistantEvent other)` that accept a parameter `other` which is a `HumanAgentAssistantEvent`."],["The `HumanAgentAssistantEvent` class contains properties like `Conversation`, `Participant`, and `SuggestionResults`, which hold information related to the conversation and the suggestion results that the notification refers to."]]],[]]