Class: Google::Cloud::Dialogflow::CX::V3::EventInput

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/session.rb

Overview

Represents the event to trigger.

Instance Attribute Summary collapse

Instance Attribute Details

#event::String

Returns Name of the event.

Returns:

  • (::String)

    Name of the event.



1045
1046
1047
1048
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 1045

class EventInput
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end