Dialogflow v3 API - Class EventInput (2.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class EventInput : IMessage<EventInput>, IEquatable<EventInput>, IDeepCloneable<EventInput>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class EventInput.
Represents the event to trigger.
Implements
IMessage EventInput, IEquatable EventInput, IDeepCloneable EventInput, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
EventInput()
public EventInput()EventInput(EventInput)
public EventInput(EventInput other)| Parameter | |
|---|---|
| Name | Description |
other |
EventInput |
Properties
Event
public string Event { get; set; }Name of the event.
| Property Value | |
|---|---|
| Type | Description |
string |
|