docs/ActivityMessage.md in sunshine-conversations-client-14.3.1 vs docs/ActivityMessage.md in sunshine-conversations-client-14.3.2
- old
+ new
@@ -2,11 +2,11 @@
## 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 'transferToEmail']
-**data** | **Hash<String, Object>** | No additional data is supplied with the \"transferToEmail\" activity type at this time. | [optional]
+**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 \"ticket:transfer:email\" activity type at this time. | [optional]
## Code Sample
```ruby
require 'SunshineConversationsClient'