# atom_api.ChatPayload

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**chatLog** | **String** | Short description of the subject of the chat | 
**assignedTo** | **String** | The ID of the internal user to whom the chat is assigned | [optional] 
**comments** | **String** | Additional information on the content of the chat | [optional] 
**isNotification** | **Boolean** | Indicates if there is a notification associated with the chat log. Defaults to true or that there is a notification | [optional] [default to true]
**isOpen** | **Boolean** | Indicates if the chat is still open. Defaults to true which indicates that the chat is still open | [optional] [default to true]
**secondaryId** | [**SecondaryId**](SecondaryId.md) |  | [optional] 
**metadata** | **Object** | Custom information associated with the chat in the format key:value | [optional] 


