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"]],[["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-09-03 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eHumanAgentAssistantEvent\u003c/code\u003e class in the Google Cloud Dialogflow v2beta1 API represents a notification for agent assistant events in a specific conversation.\u003c/p\u003e\n"],["\u003cp\u003eThis class is a sealed class that implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces, inheriting from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eConversation\u003c/code\u003e to specify the conversation, \u003ccode\u003eParticipant\u003c/code\u003e to identify the suggestion's participant, and \u003ccode\u003eSuggestionResults\u003c/code\u003e to hold suggestion results.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHumanAgentAssistantEvent\u003c/code\u003e class has two constructors: a default constructor and a constructor that takes another \u003ccode\u003eHumanAgentAssistantEvent\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eHumanAgentAssistantEvent\u003c/code\u003e class is 1.0.0-beta23, with an older version 1.0.0-beta22 also documented.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Dialogflow v2beta1 API - Class HumanAgentAssistantEvent (1.0.0-beta23)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta23 (latest)](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.HumanAgentAssistantEvent)\n- [1.0.0-beta22](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/1.0.0-beta22/Google.Cloud.Dialogflow.V2Beta1.HumanAgentAssistantEvent) \n\n public sealed class HumanAgentAssistantEvent : IMessage\u003cHumanAgentAssistantEvent\u003e, IEquatable\u003cHumanAgentAssistantEvent\u003e, IDeepCloneable\u003cHumanAgentAssistantEvent\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class HumanAgentAssistantEvent.\n\nOutput only. Represents a notification sent to Pub/Sub subscribers for\nagent assistant events in a specific conversation. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e HumanAgentAssistantEvent \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[HumanAgentAssistantEvent](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.HumanAgentAssistantEvent), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[HumanAgentAssistantEvent](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.HumanAgentAssistantEvent), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[HumanAgentAssistantEvent](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.HumanAgentAssistantEvent), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dialogflow.V2Beta1](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dialogflow.V2Beta1.dll\n\nConstructors\n------------\n\n### HumanAgentAssistantEvent()\n\n public HumanAgentAssistantEvent()\n\n### HumanAgentAssistantEvent(HumanAgentAssistantEvent)\n\n public HumanAgentAssistantEvent(HumanAgentAssistantEvent other)\n\nProperties\n----------\n\n### Conversation\n\n public string Conversation { get; set; }\n\nThe conversation this notification refers to.\nFormat: `projects/\u003cProject ID\u003e/conversations/\u003cConversation ID\u003e`.\n\n### Participant\n\n public string Participant { get; set; }\n\nThe participant that the suggestion is compiled for. And This field is used\nto call\n\\[Participants.ListSuggestions\\]\\[google.cloud.dialogflow.v2beta1.Participants.ListSuggestions\\]\nAPI. Format: `projects/\u003cProject ID\u003e/conversations/\u003cConversation\nID\u003e/participants/\u003cParticipant ID\u003e`.\nIt will not be set in legacy workflow.\n\\[HumanAgentAssistantConfig.name\\]\\[google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.name\\]\nfor more information.\n\n### SuggestionResults\n\n public RepeatedField\u003cSuggestionResult\u003e SuggestionResults { get; }\n\nThe suggestion results payload that this notification refers to. It will\nonly be set when\n\\[HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses\\]\\[google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionConfig.group_suggestion_responses\\]\nsets to true."]]