docs/ConversationsApi.md in brevo-2.0.0 vs docs/ConversationsApi.md in brevo-3.0.0
- old
+ new
@@ -39,11 +39,11 @@
#config.api_key_prefix['partner-key'] = 'Bearer'
end
api_instance = Brevo::ConversationsApi.new
-body = Brevo::Body12.new # Body12 | Agent fields.
+body = Brevo::Body15.new # Body15 | Agent fields.
begin
#Sets agent’s status to online for 2-3 minutes
api_instance.conversations_agent_online_ping_post(body)
@@ -54,11 +54,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**Body12**](Body12.md)| Agent fields. |
+ **body** | [**Body15**](Body15.md)| Agent fields. |
### Return type
nil (empty response body)
@@ -215,11 +215,11 @@
api_instance = Brevo::ConversationsApi.new
id = 'id_example' # String | ID of the message
opts = {
- body: Brevo::Body9.new # Body9 |
+ body: Brevo::Body12.new # Body12 |
}
begin
#Update a message sent by an agent
result = api_instance.conversations_messages_id_put(id, opts)
@@ -232,11 +232,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **String**| ID of the message |
- **body** | [**Body9**](Body9.md)| | [optional]
+ **body** | [**Body12**](Body12.md)| | [optional]
### Return type
[**ConversationsMessage**](ConversationsMessage.md)
@@ -273,11 +273,11 @@
#config.api_key_prefix['partner-key'] = 'Bearer'
end
api_instance = Brevo::ConversationsApi.new
-body = Brevo::Body8.new # Body8 | Message fields.
+body = Brevo::Body11.new # Body11 | Message fields.
begin
#Send a message as an agent
result = api_instance.conversations_messages_post(body)
@@ -289,11 +289,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**Body8**](Body8.md)| Message fields. |
+ **body** | [**Body11**](Body11.md)| Message fields. |
### Return type
[**ConversationsMessage**](ConversationsMessage.md)
@@ -445,11 +445,11 @@
api_instance = Brevo::ConversationsApi.new
id = 'id_example' # String | ID of the message
-body = Brevo::Body11.new # Body11 |
+body = Brevo::Body14.new # Body14 |
begin
#Update an automated message
result = api_instance.conversations_pushed_messages_id_put(id, body)
@@ -462,11 +462,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**id** | **String**| ID of the message |
- **body** | [**Body11**](Body11.md)| |
+ **body** | [**Body14**](Body14.md)| |
### Return type
[**ConversationsMessage**](ConversationsMessage.md)
@@ -505,11 +505,11 @@
#config.api_key_prefix['partner-key'] = 'Bearer'
end
api_instance = Brevo::ConversationsApi.new
-body = Brevo::Body10.new # Body10 |
+body = Brevo::Body13.new # Body13 |
begin
#Send an automated message to a visitor
result = api_instance.conversations_pushed_messages_post(body)
@@ -521,10 +521,10 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**Body10**](Body10.md)| |
+ **body** | [**Body13**](Body13.md)| |
### Return type
[**ConversationsMessage**](ConversationsMessage.md)