Method: PureCloud::ConversationChat.swagger_types
- Defined in:
- lib/purecloud/models/conversation_chat.rb
.swagger_types ⇒ Object
Attribute type mapping.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/purecloud/models/conversation_chat.rb', line 89 def self.swagger_types { :'state' => :'String', :'id' => :'String', :'room_id' => :'String', :'recording_id' => :'String', :'segments' => :'Array<Segment>', :'held' => :'BOOLEAN', :'direction' => :'String', :'disconnect_type' => :'String', :'start_hold_time' => :'DateTime', :'connected_time' => :'DateTime', :'disconnected_time' => :'DateTime', :'provider' => :'String' } end |