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-04-09 UTC."],[[["This document provides reference documentation for the `HumanAgentAssistantEvent` class within the Google Cloud Dialogflow v2 API, spanning versions from 3.2.0 to the latest 4.26.0."],["The `HumanAgentAssistantEvent` class represents a notification sent to Cloud Pub/Sub subscribers regarding human agent assistant events in a specific conversation."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods and properties for handling such notifications."],["The class `HumanAgentAssistantEvent` has properties like `Conversation`, `Participant`, and `SuggestionResults` to provide information about the conversation, the participant and suggestion results."],["Constructors are provided to create instances of `HumanAgentAssistantEvent`, either default or by copying another `HumanAgentAssistantEvent` object."]]],[]]