Class EventInput (1.7.0)

public sealed class EventInput : IMessage<EventInput>, IEquatable<EventInput>, IDeepCloneable<EventInput>, IBufferMessage, IMessage

Represents the event to trigger.

Inheritance

Object > EventInput

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

EventInput()

public EventInput()

EventInput(EventInput)

public EventInput(EventInput other)
Parameter
NameDescription
otherEventInput

Properties

Event

public string Event { get; set; }

Name of the event.

Property Value
TypeDescription
String