Class: Sentdm::Models::ConversationMessagesList::Message::MessageBody
Overview
Defined Under Namespace
Classes: Button
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
187
|
# File 'sig/sentdm/models/conversation_messages_list.rbs', line 187
def initialize: (
|
Instance Attribute Details
184
185
186
187
188
|
# File 'lib/sentdm/models/conversation_messages_list.rb', line 184
optional :buttons,
-> {
Sentdm::Internal::Type::ArrayOf[Sentdm::ConversationMessagesList::Message::MessageBody::Button]
},
nil?: true
|
#content ⇒ String?
193
|
# File 'lib/sentdm/models/conversation_messages_list.rb', line 193
optional :content, String
|
198
|
# File 'lib/sentdm/models/conversation_messages_list.rb', line 198
optional :footer, String, nil?: true
|
203
|
# File 'lib/sentdm/models/conversation_messages_list.rb', line 203
optional :header, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
194
|
# File 'sig/sentdm/models/conversation_messages_list.rbs', line 194
def to_hash: -> {
|