Sha256: eeab39e6ba68bda1f181b827c4c2264e57431f1d012352e3e119545bb800a12a

Contents?: true

Size: 1.74 KB

Versions: 7

Compression:

Stored size: 1.74 KB

Contents

# SmoochApi::Message

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The message ID, generated automatically. | 
**authorId** | **String** | The ID of the message's author. | 
**role** | **String** | The role of the individual posting the message. See Enums.md for available values. | 
**type** | **String** | The message type. See Enums.md for available values. | 
**source** | [**Source**](Source.md) | The source of the message. | [optional] 
**name** | **String** | The display name of the message author. | 
**text** | **String** | The message text. Required for text messages.  | 
**email** | **String** | The email address of the message author. | [optional] 
**avatarUrl** | **String** | The URL of the desired message avatar image. | 
**received** | **Float** | The unix timestamp of the moment the message was received. | 
**mediaUrl** | **String** | The mediaUrl for the message. Required for image/file messages.  | [optional] 
**mediaType** | **String** | The mediaType for the message. Required for image/file messages.  | [optional] 
**metadata** | **Object** | Flat JSON object containing any custom properties associated with the message. | [optional] 
**items** | [**Array<MessageItem>**](MessageItem.md) | The items in the message list. Required for carousel and list messages.  | [optional] 
**actions** | [**Array<Action>**](Action.md) | The actions in the message. | [optional] 
**payload** | **String** | The payload of a reply action, if applicable. | [optional] 
**displaySettings** | [**DisplaySettings**](DisplaySettings.md) | Settings to adjust the carousel layout. See [Display Settings](https://docs.smooch.io/rest/#display-settings). | [optional] 


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
smooch-api-5.7.0 docs/Message.md
smooch-api-5.6.0 docs/Message.md
smooch-api-5.5.0 docs/Message.md
smooch-api-5.4.0 docs/Message.md
smooch-api-5.3.0 docs/Message.md
smooch-api-5.2.0 docs/Message.md
smooch-api-5.0 docs/Message.md