Sha256: 0ad4166def5a19e25934bb2a348a52e593918349e9f2145e0e7d2bb3e82664b6

Contents?: true

Size: 1.23 KB

Versions: 1

Compression:

Stored size: 1.23 KB

Contents

# BrevoRuby::ConversationsMessage

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Message ID. It can be used for further manipulations with the message. | [optional] 
**type** | **String** | `\"agent\"` for agents’ messages, `\"visitor\"` for visitors’ messages. | [optional] 
**text** | **String** | Message text or name of the attached file | [optional] 
**visitor_id** | **String** | visitor’s ID | [optional] 
**agent_id** | **String** | ID of the agent on whose behalf the message was sent (only in messages sent by an agent). | [optional] 
**agent_name** | **String** | Agent’s name as displayed to the visitor. Only in the messages sent by an agent. | [optional] 
**created_at** | **Integer** | Timestamp in milliseconds. | [optional] 
**is_pushed** | **BOOLEAN** | `true` for pushed messages | [optional] 
**received_from** | **String** | In two-way integrations, messages sent via REST API can be marked with receivedFrom property and then filtered out when received in a webhook to avoid infinite loop. | [optional] 
**file** | [**ConversationsMessageFile**](ConversationsMessageFile.md) |  | [optional] 


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
brevo-ruby-1.0.0 docs/ConversationsMessage.md