Class: Google::Cloud::Dialogflow::CX::V3::EventInput
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::EventInput
- 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
-
#event ⇒ ::String
Name of the event.
Instance Attribute Details
#event ⇒ ::String
Returns Name of the event.
960 961 962 963 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 960 class EventInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |