class Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3EventInput
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_v3beta1/classes.rb, line 428 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_v3beta1/classes.rb, line 433 def update!(**args) @event = args[:event] if args.key?(:event) end