Class: Qismo::WebhookRequests::OnMessageForBotSent::Participant

Inherits:
Object
  • Object
show all
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

Method Summary

Methods inherited from Object

from_array

Instance Attribute Details

#emailString (readonly)

Returns:



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