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