public sealed class EventInput : IMessage<EventInput>, IEquatable<EventInput>, IDeepCloneable<EventInput>, IBufferMessage, IMessage
Events allow for matching intents by event name instead of the natural
language input. For instance, input {event: { name: "welcome_event",
parameters: { name: "Sam" } }> can trigger a personalized welcome response.
The parameter name may be used by the agent in the response:
"Hello #welcome_event.name! What can I do for you today?".
Required. The language of this query. See Language
Support
for a list of the currently supported language codes. Note that queries in
the same session do not necessarily need to specify the same language.
The collection of parameters associated with the event.
Depending on your protocol or client library language, this is a
map, associative array, symbol table, dictionary, or JSON object
composed of a collection of (MapKey, MapValue) pairs:
MapKey type: string
MapKey value: parameter name
MapValue type:
If parameter's entity type is a composite entity: map
Else: depending on parameter value type, could be one of string,
number, boolean, null, list or map
MapValue value:
If parameter's entity type is a composite entity:
map from composite entity property names to property values
[[["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\u003eThis webpage provides documentation for the \u003ccode\u003eEventInput\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2\u003c/code\u003e namespace, designed for handling events in the Dialogflow platform.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEventInput\u003c/code\u003e class, which is a part of the Google Cloud Dialogflow V2 .NET library, allows for intent matching using event names instead of natural language input.\u003c/p\u003e\n"],["\u003cp\u003eThe page details the inheritance structure, implementation of interfaces, constructors, and members (such as properties like \u003ccode\u003eLanguageCode\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, and \u003ccode\u003eParameters\u003c/code\u003e) associated with the \u003ccode\u003eEventInput\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation is specifically for version 3.3.0 of the library, and it lists versions ranging from 3.2.0 all the way up to the latest version, 4.26.0, for \u003ccode\u003eEventInput\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEventInput\u003c/code\u003e class supports features such as specifying the language of a query, setting a unique identifier for an event, and defining a collection of parameters linked to that event.\u003c/p\u003e\n"]]],[],null,[]]