docs/Body10.md in brevo-2.0.0 vs docs/Body10.md in brevo-3.0.0
- old
+ new
@@ -1,11 +1,17 @@
# Brevo::Body10
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**visitor_id** | **String** | visitor’s ID received <a href=\"https://developers.brevo.com/docs/conversations-webhooks\">from a webhook</a> or generated by you to <a href=\"https://developers.brevo.com/docs/customize-the-widget#identifying-existing-users\">bind existing user account to Conversations</a> |
-**text** | **String** | message text |
-**agent_id** | **String** | agent ID. It can be found on agent’s page or received <a href=\"https://developers.brevo.com/docs/conversations-webhooks\">from a webhook</a>. Optional if `groupId` is set. | [optional]
-**group_id** | **String** | group ID. It can be found on group’s page. Optional if `agentId` is set. | [optional]
+**name** | **String** | Name of task | [optional]
+**duration** | **Integer** | Duration of task in milliseconds [1 minute = 60000 ms] | [optional]
+**task_type_id** | **String** | Id for type of task e.g Call / Email / Meeting etc. | [optional]
+**date** | **DateTime** | Task date/time | [optional]
+**notes** | **String** | Notes added to a task | [optional]
+**done** | **BOOLEAN** | Task marked as done | [optional]
+**assign_to_id** | **String** | To assign a task to a user you can use either the account email or ID. | [optional]
+**contacts_ids** | **Array<Integer>** | Contact ids for contacts linked to this task | [optional]
+**deals_ids** | **Array<String>** | Deal ids for deals a task is linked to | [optional]
+**companies_ids** | **Array<String>** | Companies ids for companies a task is linked to | [optional]