Class EventInput (1.2.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
Name Description
other EventInput

Properties

Event

public string Event { get; set; }

Name of the event.

Property Value
Type Description
String

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.