Sha256: 7a65540b776d0e7ba8e528245826aa29f24664df935e0549b8beca1b41b40ca6

Contents?: true

Size: 1.51 KB

Versions: 19

Compression:

Stored size: 1.51 KB

Contents

# SunshineConversationsClient::Author

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The author type. Either \"user\" (representing the end user)  or \"business\" (sent on behalf of the business).  | 
**subtypes** | **Array<String>** | A string array that indicates the author's subtypes. Messages from \"business\" type with an \"AI\" subtype  are generated by AI and a disclaimer is appended to the text of the message sent to the customer.  For third-party channels, the disclaimer is applied for image, file, and text message types.  | [optional] 
**user_id** | **String** | The id of the user. Only supported when `type` is user. | [optional] 
**user_external_id** | **String** | The externalId of the user. Only supported when `type` is user. | [optional] 
**display_name** | **String** | The display name of the message author. | [optional] 
**avatar_url** | **String** | A custom message icon URL. The image must be JPG, PNG, or GIF format. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::Author.new(type: business,
                                 subtypes: null,
                                 user_id: 5963c0d619a30a2e00de36b8,
                                 user_external_id: your-own-id,
                                 display_name: Steve,
                                 avatar_url: null)
```


Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/Author.md
sunshine-conversations-client-14.3.3 docs/Author.md
sunshine-conversations-client-14.3.2 docs/Author.md
sunshine-conversations-client-14.3.1 docs/Author.md
sunshine-conversations-client-14.3.0 docs/Author.md
sunshine-conversations-client-14.2.0 docs/Author.md
sunshine-conversations-client-14.1.0 docs/Author.md
sunshine-conversations-client-14.0.0 docs/Author.md
sunshine-conversations-client-13.2.0 docs/Author.md
sunshine-conversations-client-13.1.0 docs/Author.md
sunshine-conversations-client-13.0.0 docs/Author.md
sunshine-conversations-client-12.8.0 docs/Author.md
sunshine-conversations-client-12.7.0 docs/Author.md
sunshine-conversations-client-12.6.2 docs/Author.md
sunshine-conversations-client-12.6.1 docs/Author.md
sunshine-conversations-client-12.6.0 docs/Author.md
sunshine-conversations-client-12.5.1 docs/Author.md
sunshine-conversations-client-12.4.0 docs/Author.md
sunshine-conversations-client-12.3.1 docs/Author.md