Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EventInput

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1EventInput

Returns a new instance of GoogleCloudDialogflowCxV3beta1EventInput.



10438
10439
10440
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10438

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#eventString

Corresponds to the JSON property event

Returns:

  • (String)


10436
10437
10438
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10436

def event
  @event
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10443
10444
10445
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10443

def update!(**args)
  @event = args[:event] if args.key?(:event)
end