Method: UltracartClient::ConversationEngagement.attribute_map
- Defined in:
- lib/ultracart_api/models/conversation_engagement.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'lib/ultracart_api/models/conversation_engagement.rb', line 60 def self.attribute_map { :'active' => :'active', :'conversation_engagement_oid' => :'conversation_engagement_oid', :'customer_greeting' => :'customer_greeting', :'customer_initiated' => :'customer_initiated', :'department_oids' => :'department_oids', :'engagement_name' => :'engagement_name', :'equation' => :'equation', :'time_on_page' => :'time_on_page', :'visitor_type' => :'visitor_type' } end |