public sealed class HumanAgentAssistantEvent : IMessage<HumanAgentAssistantEvent>, IEquatable<HumanAgentAssistantEvent>, IDeepCloneable<HumanAgentAssistantEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class HumanAgentAssistantEvent.
Output only. Represents a notification sent to Pub/Sub subscribers for
agent assistant events in a specific conversation.
The participant that the suggestion is compiled for. And This field is used
to call
[Participants.ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions]
API. Format: projects/<Project ID>/conversations/<Conversation
ID>/participants/<Participant ID>.
It will not be set in legacy workflow.
[HumanAgentAssistantConfig.name][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.name]
for more information.
public RepeatedField<SuggestionResult> SuggestionResults { get; }
The suggestion results payload that this notification refers to. It will
only be set when
[HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses][google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses]
sets to true.
[[["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 \u003ccode\u003eHumanAgentAssistantEvent\u003c/code\u003e class in the Google Cloud Dialogflow v2beta1 API represents a notification sent to Pub/Sub subscribers for agent assistant events within a specific conversation.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing it to be used within the Google Protobuf library.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eConversation\u003c/code\u003e, which identifies the specific conversation, and \u003ccode\u003eParticipant\u003c/code\u003e, which indicates the participant for whom suggestions are being compiled.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSuggestionResults\u003c/code\u003e property, a \u003ccode\u003eRepeatedField<SuggestionResult>\u003c/code\u003e, holds the suggestion results payload for the notification, but only when \u003ccode\u003egroup_suggestion_responses\u003c/code\u003e is set to true.\u003c/p\u003e\n"],["\u003cp\u003eThe class can be constructed either without parameters, or by providing another \u003ccode\u003eHumanAgentAssistantEvent\u003c/code\u003e object as the source.\u003c/p\u003e\n"]]],[],null,[]]