Class: Qismo::WebhookRequests::OnMessageForBotSent::Participant
- Inherits:
-
Object
- Object
- Dry::Struct
- Object
- Qismo::WebhookRequests::OnMessageForBotSent::Participant
- Defined in:
- lib/qismo/webhook_requests/on_message_for_bot_sent.rb
Overview
Chatbot webhook participant object
Constant Summary
Constants included from Types
Types::Bool, Types::Hash, Types::Int, Types::String
Instance Attribute Summary collapse
- #email ⇒ String readonly
Method Summary
Methods inherited from Object
Instance Attribute Details
#email ⇒ String (readonly)
62 63 64 |
# File 'lib/qismo/webhook_requests/on_message_for_bot_sent.rb', line 62 class Participant < Qismo::Object attribute? :email, Types::String.optional end |