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 conversation this notification refers to.
Format: projects/<Project ID>/conversations/<Conversation ID>.
Property Value
Type
Description
string
Participant
public string Participant { get; set; }
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.
Property Value
Type
Description
string
SuggestionResults
public RepeatedField<SuggestionResult> SuggestionResults { get; }
The suggestion results payload that this notification refers to.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe provided content is reference documentation for the \u003ccode\u003eHumanAgentAssistantEvent\u003c/code\u003e class within the Google Cloud Dialogflow V2 API, specifically for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation covers versions from 3.2.0 up to the latest, 4.26.0, with hyperlinks to each version's respective documentation, and it can be found in the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHumanAgentAssistantEvent\u003c/code\u003e class represents a notification sent to Cloud Pub/Sub subscribers for events related to human agent assistance within a specific conversation.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and has properties for \u003ccode\u003eConversation\u003c/code\u003e, \u003ccode\u003eParticipant\u003c/code\u003e, and \u003ccode\u003eSuggestionResults\u003c/code\u003e, detailing the context of the assistant event.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains both a parameterless constructor, and one that takes in a \u003ccode\u003eHumanAgentAssistantEvent\u003c/code\u003e instance.\u003c/p\u003e\n"]]],[],null,[]]