class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EventInput

Represents the event to trigger.

Attributes

event[RW]

Name of the event. Corresponds to the JSON property `event` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 6300
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dialogflow_v3/classes.rb, line 6305
def update!(**args)
  @event = args[:event] if args.key?(:event)
end