Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 863 Bytes

ActivityMessage.md

File metadata and controls

19 lines (12 loc) · 863 Bytes

SunshineConversationsClient::ActivityMessage

Properties

Name Type Description Notes
type String The type of system activity that generated the message. The value of this field determines the dynamic content that is rendered to the end-user / agent when viewing this message. Each `type` value will have a set of pre-defined, localized strings that describe the activity. [default to 'ticket:transfer:email']
data Hash<String, Object> No additional data is supplied with the &quot;ticket:transfer:email&quot; activity type at this time. [optional]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ActivityMessage.new(type: null,
                                 data: null)