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.
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 |