# KinowJavascriptSdk.CreateMessageRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**idLang** | **Integer** | Language ID used by user to write his message | 
**idSupport** | **Integer** | Link the message to a previous message | [optional] 
**email** | **String** | User email in order to send him a response | 
**idContact** | **Integer** | Contact ID to send the user message | 
**message** | **String** | User message | 
**idProduct** | **Integer** | Link the message to a product in catalog | [optional] 
**idOrder** | **Integer** | Link the message to an existing order | [optional] 
**sendMail** | **Boolean** | Send confirmation email to the providen email | [optional] 


