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 document provides reference information for the `HumanAgentAssistantEvent` class within the Google Cloud Dialogflow v2 API, specifically for version 4.24.0 and other versions of the API."],["`HumanAgentAssistantEvent` is a class that represents notifications sent to Cloud Pub/Sub subscribers regarding human agent assistant events within a conversation."],["The document shows the `HumanAgentAssistantEvent` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its integration with .NET and Google Cloud Protobuf libraries."],["The class contains properties like `Conversation`, `Participant`, and `SuggestionResults`, which provide details about the specific conversation, the associated participant, and the suggestion results related to the human agent assistant event."],["The list of versions in the document shows the API class reference for the HumanAgentAssistantEvent class spans across versions from 3.2.0 all the way up to the most recent version which is 4.26.0."]]],[]]