Sha256: 7e887d7dde90095f6f9aec34a4339383cf0026e5a2e60b61df9590bbcc9a3c43

Contents?: true

Size: 851 Bytes

Versions: 1

Compression:

Stored size: 851 Bytes

Contents

# 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 'transferToEmail']
**data** | **Hash<String, Object>** | No additional data is supplied with the \"transferToEmail\" activity type at this time. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

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


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.1 docs/ActivityMessage.md