ultracart_api 4.1.79 → 4.1.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +35 -2
- data/docs/AgentSummary.md +30 -0
- data/docs/ConversationAgentCallEvent.md +30 -0
- data/docs/ConversationAgentChatEvent.md +26 -0
- data/docs/ConversationAgentStatusConfig.md +42 -0
- data/docs/ConversationAgentStatusConfigResponse.md +26 -0
- data/docs/ConversationAgentStatusConfigsResponse.md +26 -0
- data/docs/ConversationAgentStatusEvent.md +48 -0
- data/docs/ConversationAgentStatusHeatmapRequest.md +24 -0
- data/docs/ConversationAgentStatusHeatmapResponse.md +30 -0
- data/docs/ConversationAgentStatusHistorySearchRequest.md +28 -0
- data/docs/ConversationAgentStatusHistorySearchResponse.md +28 -0
- data/docs/ConversationAgentStatusRollup.md +38 -0
- data/docs/ConversationAgentStatusRollupSearchRequest.md +24 -0
- data/docs/ConversationAgentStatusRollupSearchResponse.md +26 -0
- data/docs/ConversationAgentStatusSummaryResponse.md +32 -0
- data/docs/ConversationAgentStatusTimelineResponse.md +32 -0
- data/docs/ConversationApi.md +600 -0
- data/docs/ConversationPbxDefaultTimezoneResponse.md +26 -0
- data/docs/ConversationPbxDefaultTimezoneUpdateRequest.md +18 -0
- data/docs/ConversationWebchatQueueStatusAgent.md +6 -0
- data/docs/ConversationWebchatQueueStatusUpdateRequest.md +5 -1
- data/docs/CustomerBilling.md +4 -0
- data/docs/CustomerShipping.md +4 -0
- data/docs/TimelineSummary.md +26 -0
- data/lib/ultracart_api/api/conversation_api.rb +766 -2
- data/lib/ultracart_api/models/agent_summary.rb +279 -0
- data/lib/ultracart_api/models/conversation_agent_call_event.rb +314 -0
- data/lib/ultracart_api/models/conversation_agent_chat_event.rb +260 -0
- data/lib/ultracart_api/models/conversation_agent_status_config.rb +461 -0
- data/lib/ultracart_api/models/conversation_agent_status_config_response.rb +256 -0
- data/lib/ultracart_api/models/conversation_agent_status_configs_response.rb +259 -0
- data/lib/ultracart_api/models/conversation_agent_status_event.rb +512 -0
- data/lib/ultracart_api/models/conversation_agent_status_heatmap_request.rb +296 -0
- data/lib/ultracart_api/models/conversation_agent_status_heatmap_response.rb +283 -0
- data/lib/ultracart_api/models/conversation_agent_status_history_search_request.rb +316 -0
- data/lib/ultracart_api/models/conversation_agent_status_history_search_response.rb +269 -0
- data/lib/ultracart_api/models/conversation_agent_status_rollup.rb +353 -0
- data/lib/ultracart_api/models/conversation_agent_status_rollup_search_request.rb +284 -0
- data/lib/ultracart_api/models/conversation_agent_status_rollup_search_response.rb +259 -0
- data/lib/ultracart_api/models/conversation_agent_status_summary_response.rb +288 -0
- data/lib/ultracart_api/models/conversation_agent_status_timeline_response.rb +292 -0
- data/lib/ultracart_api/models/conversation_pbx_default_timezone_response.rb +272 -0
- data/lib/ultracart_api/models/conversation_pbx_default_timezone_update_request.rb +235 -0
- data/lib/ultracart_api/models/conversation_webchat_queue_status_agent.rb +31 -1
- data/lib/ultracart_api/models/conversation_webchat_queue_status_update_request.rb +24 -4
- data/lib/ultracart_api/models/customer_billing.rb +21 -1
- data/lib/ultracart_api/models/customer_shipping.rb +21 -1
- data/lib/ultracart_api/models/timeline_summary.rb +260 -0
- data/lib/ultracart_api/version.rb +1 -1
- data/lib/ultracart_api.rb +19 -0
- metadata +40 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8aaed656cc976cd373c03c99e5256c57c34f96934b5f195e7c5bade723a61cf3
|
|
4
|
+
data.tar.gz: 5808b14252013fd02f424178ce1d21df042b5627feaba74b102b03bc8ef53e77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b08f8fc9f672f3755bf1395f567208a07a4a8064085a91487d2867f7fb97632017e31b273485ecb1762e05fc507fa36496f7cafd4d72d74030c05eeb5ab9e77
|
|
7
|
+
data.tar.gz: 7f5879c236d140b646dd17e7ce03939d80ed90cbc971b7590b61fc7e2cc19531b41eeeb082759092fe3bacf5c58987ab3da59c0a54b8908da5bcc163caeefa4a
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Note: Every method has a sample for every language. See https://github.com/Ultr
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: 2.0.0
|
|
10
|
-
- Package version: 4.1.
|
|
10
|
+
- Package version: 4.1.82
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
- For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
|
|
13
13
|
|
|
@@ -16,7 +16,7 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
|
|
|
16
16
|
gemfile:
|
|
17
17
|
|
|
18
18
|
```shell
|
|
19
|
-
gem 'ultracart_api', '4.1.
|
|
19
|
+
gem 'ultracart_api', '4.1.82'
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
install:
|
|
@@ -135,6 +135,7 @@ Class | Method | HTTP request | Description
|
|
|
135
135
|
*UltracartClient::CheckoutApi* | [**validate_cart**](docs/CheckoutApi.md#validate_cart) | **POST** /checkout/cart/validate | Validate
|
|
136
136
|
*UltracartClient::ConversationApi* | [**delete_agent_profile_knowledge_base_document**](docs/ConversationApi.md#delete_agent_profile_knowledge_base_document) | **DELETE** /conversation/agent/profiles/{user_id}/knowledge_base/{document_uuid} | Delete a knowledge base document
|
|
137
137
|
*UltracartClient::ConversationApi* | [**delete_agent_profile_mcp**](docs/ConversationApi.md#delete_agent_profile_mcp) | **DELETE** /conversation/agent/profiles/{user_id}/mcps/{mcp_server_uuid} | Delete an agent MCP server
|
|
138
|
+
*UltracartClient::ConversationApi* | [**delete_agent_status_config**](docs/ConversationApi.md#delete_agent_status_config) | **DELETE** /conversation/agent/status/config/{conversation_status_uuid} | Soft-deactivate a custom agent status
|
|
138
139
|
*UltracartClient::ConversationApi* | [**delete_conversation_canned_message**](docs/ConversationApi.md#delete_conversation_canned_message) | **DELETE** /conversation/canned_messages/{conversation_canned_message_oid} | Delete a conversation canned message
|
|
139
140
|
*UltracartClient::ConversationApi* | [**delete_department**](docs/ConversationApi.md#delete_department) | **DELETE** /conversation/departments/{conversation_department_oid} | Delete a conversation department
|
|
140
141
|
*UltracartClient::ConversationApi* | [**delete_engagement**](docs/ConversationApi.md#delete_engagement) | **DELETE** /conversation/engagements/{conversation_engagement_oid} | Delete a conversation engagement
|
|
@@ -158,6 +159,10 @@ Class | Method | HTTP request | Description
|
|
|
158
159
|
*UltracartClient::ConversationApi* | [**get_agent_profile_mcp_tools**](docs/ConversationApi.md#get_agent_profile_mcp_tools) | **GET** /conversation/agent/profiles/{user_id}/mcps/{mcp_server_uuid}/tools | Get the tools available from the MCP server
|
|
159
160
|
*UltracartClient::ConversationApi* | [**get_agent_profile_mcps**](docs/ConversationApi.md#get_agent_profile_mcps) | **GET** /conversation/agent/profiles/{user_id}/mcps | Get the list of MCP servers associated with this agent
|
|
160
161
|
*UltracartClient::ConversationApi* | [**get_agent_profiles**](docs/ConversationApi.md#get_agent_profiles) | **GET** /conversation/agent/profiles | Get agent profiles
|
|
162
|
+
*UltracartClient::ConversationApi* | [**get_agent_status_configs**](docs/ConversationApi.md#get_agent_status_configs) | **GET** /conversation/agent/status/config | List custom agent statuses
|
|
163
|
+
*UltracartClient::ConversationApi* | [**get_agent_status_heatmap**](docs/ConversationApi.md#get_agent_status_heatmap) | **POST** /conversation/agent/status/heatmap | Agent x hour-of-day heatmap
|
|
164
|
+
*UltracartClient::ConversationApi* | [**get_agent_status_summary**](docs/ConversationApi.md#get_agent_status_summary) | **GET** /conversation/agent/status/rollup/summary | Dashboard summary for a date range
|
|
165
|
+
*UltracartClient::ConversationApi* | [**get_agent_status_timeline**](docs/ConversationApi.md#get_agent_status_timeline) | **GET** /conversation/agent/status/history/{agent_user_id}/timeline | Day timeline for a single agent
|
|
161
166
|
*UltracartClient::ConversationApi* | [**get_agent_websocket_authorization**](docs/ConversationApi.md#get_agent_websocket_authorization) | **PUT** /conversation/agent/auth | Get agent websocket authorization
|
|
162
167
|
*UltracartClient::ConversationApi* | [**get_conversation**](docs/ConversationApi.md#get_conversation) | **GET** /conversation/conversations/{conversation_uuid} | Retrieve a conversation
|
|
163
168
|
*UltracartClient::ConversationApi* | [**get_conversation_canned_messages**](docs/ConversationApi.md#get_conversation_canned_messages) | **GET** /conversation/canned_messages | Retrieve a list of canned messages ordered by short_code
|
|
@@ -191,6 +196,7 @@ Class | Method | HTTP request | Description
|
|
|
191
196
|
*UltracartClient::ConversationApi* | [**get_pbx_class_of_service**](docs/ConversationApi.md#get_pbx_class_of_service) | **GET** /conversation/pbx/class_of_service/{classOfServiceUuid} | Get pbx class of service
|
|
192
197
|
*UltracartClient::ConversationApi* | [**get_pbx_classes_of_service**](docs/ConversationApi.md#get_pbx_classes_of_service) | **GET** /conversation/pbx/class_of_service | Get pbx classes of service
|
|
193
198
|
*UltracartClient::ConversationApi* | [**get_pbx_cos_audit_logs**](docs/ConversationApi.md#get_pbx_cos_audit_logs) | **GET** /conversation/pbx/class_of_service/audit_log | Get pbx class of service audit logs
|
|
199
|
+
*UltracartClient::ConversationApi* | [**get_pbx_default_timezone**](docs/ConversationApi.md#get_pbx_default_timezone) | **GET** /conversation/pbx/config/default-timezone | Get the merchant default timezone
|
|
194
200
|
*UltracartClient::ConversationApi* | [**get_pbx_hardware_phone**](docs/ConversationApi.md#get_pbx_hardware_phone) | **GET** /conversation/pbx/hardware_phone/{conversationPbxHardwarePhoneUuid} | Get pbx hardware phone
|
|
195
201
|
*UltracartClient::ConversationApi* | [**get_pbx_hardware_phone_manufacturers**](docs/ConversationApi.md#get_pbx_hardware_phone_manufacturers) | **GET** /conversation/pbx/hardware_phone/manufacturers | Get pbx hardware phone manufacturers
|
|
196
202
|
*UltracartClient::ConversationApi* | [**get_pbx_hardware_phones**](docs/ConversationApi.md#get_pbx_hardware_phones) | **GET** /conversation/pbx/hardware_phone | Get pbx hardware phones
|
|
@@ -215,6 +221,7 @@ Class | Method | HTTP request | Description
|
|
|
215
221
|
*UltracartClient::ConversationApi* | [**get_virtual_agent_capabilities**](docs/ConversationApi.md#get_virtual_agent_capabilities) | **GET** /conversation/virtualagent/capabilities | Get virtual agent capabilities
|
|
216
222
|
*UltracartClient::ConversationApi* | [**insert_agent_profile_knowledge_base_document**](docs/ConversationApi.md#insert_agent_profile_knowledge_base_document) | **POST** /conversation/agent/profiles/{user_id}/knowledge_base | Insert a knowledge base document
|
|
217
223
|
*UltracartClient::ConversationApi* | [**insert_agent_profile_mcp**](docs/ConversationApi.md#insert_agent_profile_mcp) | **POST** /conversation/agent/profiles/{user_id}/mcps | Insert an agent MCP server
|
|
224
|
+
*UltracartClient::ConversationApi* | [**insert_agent_status_config**](docs/ConversationApi.md#insert_agent_status_config) | **POST** /conversation/agent/status/config | Create a custom agent status
|
|
218
225
|
*UltracartClient::ConversationApi* | [**insert_conversation_canned_message**](docs/ConversationApi.md#insert_conversation_canned_message) | **POST** /conversation/canned_messages | Insert a canned message
|
|
219
226
|
*UltracartClient::ConversationApi* | [**insert_conversation_department**](docs/ConversationApi.md#insert_conversation_department) | **POST** /conversation/departments | Insert a department
|
|
220
227
|
*UltracartClient::ConversationApi* | [**insert_conversation_engagement**](docs/ConversationApi.md#insert_conversation_engagement) | **POST** /conversation/engagements | Insert a engagement
|
|
@@ -237,6 +244,8 @@ Class | Method | HTTP request | Description
|
|
|
237
244
|
*UltracartClient::ConversationApi* | [**purchase_pbx_phone_number**](docs/ConversationApi.md#purchase_pbx_phone_number) | **POST** /conversation/pbx/phone_number | Purchase pbx phone number
|
|
238
245
|
*UltracartClient::ConversationApi* | [**regenerate_password_for_pbx_hardware_phone**](docs/ConversationApi.md#regenerate_password_for_pbx_hardware_phone) | **POST** /conversation/pbx/hardware_phone/{conversationPbxHardwarePhoneUuid}/regenerate_password | Update pbx hardware phone
|
|
239
246
|
*UltracartClient::ConversationApi* | [**reset_conversation_pbx_queue_statistics**](docs/ConversationApi.md#reset_conversation_pbx_queue_statistics) | **POST** /conversation/pbx/queues/{queue_uuid}/reset_statistics | reset statistics within the queue
|
|
247
|
+
*UltracartClient::ConversationApi* | [**search_agent_status_history**](docs/ConversationApi.md#search_agent_status_history) | **POST** /conversation/agent/status/history/search | Search agent status history
|
|
248
|
+
*UltracartClient::ConversationApi* | [**search_agent_status_rollups**](docs/ConversationApi.md#search_agent_status_rollups) | **POST** /conversation/agent/status/rollup/search | Search per-(agent, day) rollups
|
|
240
249
|
*UltracartClient::ConversationApi* | [**search_conversation_canned_messages**](docs/ConversationApi.md#search_conversation_canned_messages) | **POST** /conversation/canned_messages/search | Search for canned messages by short_code
|
|
241
250
|
*UltracartClient::ConversationApi* | [**search_pbx_available_phone_numbers**](docs/ConversationApi.md#search_pbx_available_phone_numbers) | **GET** /conversation/pbx/phone_number/search | Search for available phone numbers
|
|
242
251
|
*UltracartClient::ConversationApi* | [**search_pbx_calls**](docs/ConversationApi.md#search_pbx_calls) | **POST** /conversation/pbx/call/search | Search pbx call records
|
|
@@ -244,6 +253,7 @@ Class | Method | HTTP request | Description
|
|
|
244
253
|
*UltracartClient::ConversationApi* | [**start_conversation**](docs/ConversationApi.md#start_conversation) | **PUT** /conversation/conversations | Start a conversation
|
|
245
254
|
*UltracartClient::ConversationApi* | [**update_agent_profile**](docs/ConversationApi.md#update_agent_profile) | **PUT** /conversation/agent/profile | Update agent profile
|
|
246
255
|
*UltracartClient::ConversationApi* | [**update_agent_profile_mcp**](docs/ConversationApi.md#update_agent_profile_mcp) | **POST** /conversation/agent/profiles/{user_id}/mcps/{mcp_server_uuid} | Update an agent MCP server
|
|
256
|
+
*UltracartClient::ConversationApi* | [**update_agent_status_config**](docs/ConversationApi.md#update_agent_status_config) | **PUT** /conversation/agent/status/config/{conversation_status_uuid} | Update a custom agent status
|
|
247
257
|
*UltracartClient::ConversationApi* | [**update_conversation_canned_message**](docs/ConversationApi.md#update_conversation_canned_message) | **PUT** /conversation/canned_messages/{conversation_canned_message_oid} | Update a canned message
|
|
248
258
|
*UltracartClient::ConversationApi* | [**update_conversation_department**](docs/ConversationApi.md#update_conversation_department) | **PUT** /conversation/departments/{conversation_department_oid} | Update a department
|
|
249
259
|
*UltracartClient::ConversationApi* | [**update_conversation_engagement**](docs/ConversationApi.md#update_conversation_engagement) | **PUT** /conversation/engagements/{conversation_engagement_oid} | Update a engagement
|
|
@@ -252,6 +262,7 @@ Class | Method | HTTP request | Description
|
|
|
252
262
|
*UltracartClient::ConversationApi* | [**update_pbx_agent**](docs/ConversationApi.md#update_pbx_agent) | **PUT** /conversation/pbx/agent/{conversationPbxAgentUuid} | Update pbx agent
|
|
253
263
|
*UltracartClient::ConversationApi* | [**update_pbx_audio**](docs/ConversationApi.md#update_pbx_audio) | **PUT** /conversation/pbx/audio/{conversationPbxAudioUuid} | Update pbx audio
|
|
254
264
|
*UltracartClient::ConversationApi* | [**update_pbx_class_of_service**](docs/ConversationApi.md#update_pbx_class_of_service) | **PUT** /conversation/pbx/class_of_service/{classOfServiceUuid} | Update pbx class of service
|
|
265
|
+
*UltracartClient::ConversationApi* | [**update_pbx_default_timezone**](docs/ConversationApi.md#update_pbx_default_timezone) | **PUT** /conversation/pbx/config/default-timezone | Set the merchant default timezone
|
|
255
266
|
*UltracartClient::ConversationApi* | [**update_pbx_hardware_phone**](docs/ConversationApi.md#update_pbx_hardware_phone) | **PUT** /conversation/pbx/hardware_phone/{conversationPbxHardwarePhoneUuid} | Update pbx hardware phone
|
|
256
267
|
*UltracartClient::ConversationApi* | [**update_pbx_menu**](docs/ConversationApi.md#update_pbx_menu) | **PUT** /conversation/pbx/menu/{conversationPbxMenuUuid} | Update pbx menu
|
|
257
268
|
*UltracartClient::ConversationApi* | [**update_pbx_phone_number**](docs/ConversationApi.md#update_pbx_phone_number) | **PUT** /conversation/pbx/phone_number/{conversationPbxPhoneNumberUuid} | Update pbx phoneNumber
|
|
@@ -687,6 +698,7 @@ Class | Method | HTTP request | Description
|
|
|
687
698
|
- [UltracartClient::AffiliateLedgerQuery](docs/AffiliateLedgerQuery.md)
|
|
688
699
|
- [UltracartClient::AffiliateLedgersResponse](docs/AffiliateLedgersResponse.md)
|
|
689
700
|
- [UltracartClient::AffiliateLink](docs/AffiliateLink.md)
|
|
701
|
+
- [UltracartClient::AgentSummary](docs/AgentSummary.md)
|
|
690
702
|
- [UltracartClient::ApiUserApplicationProfile](docs/ApiUserApplicationProfile.md)
|
|
691
703
|
- [UltracartClient::ApplyLibraryItemRequest](docs/ApplyLibraryItemRequest.md)
|
|
692
704
|
- [UltracartClient::ApplyLibraryItemResponse](docs/ApplyLibraryItemResponse.md)
|
|
@@ -804,9 +816,24 @@ Class | Method | HTTP request | Description
|
|
|
804
816
|
- [UltracartClient::ConversationAgentAuth](docs/ConversationAgentAuth.md)
|
|
805
817
|
- [UltracartClient::ConversationAgentAuthMerchant](docs/ConversationAgentAuthMerchant.md)
|
|
806
818
|
- [UltracartClient::ConversationAgentAuthResponse](docs/ConversationAgentAuthResponse.md)
|
|
819
|
+
- [UltracartClient::ConversationAgentCallEvent](docs/ConversationAgentCallEvent.md)
|
|
820
|
+
- [UltracartClient::ConversationAgentChatEvent](docs/ConversationAgentChatEvent.md)
|
|
807
821
|
- [UltracartClient::ConversationAgentProfile](docs/ConversationAgentProfile.md)
|
|
808
822
|
- [UltracartClient::ConversationAgentProfileResponse](docs/ConversationAgentProfileResponse.md)
|
|
809
823
|
- [UltracartClient::ConversationAgentProfilesResponse](docs/ConversationAgentProfilesResponse.md)
|
|
824
|
+
- [UltracartClient::ConversationAgentStatusConfig](docs/ConversationAgentStatusConfig.md)
|
|
825
|
+
- [UltracartClient::ConversationAgentStatusConfigResponse](docs/ConversationAgentStatusConfigResponse.md)
|
|
826
|
+
- [UltracartClient::ConversationAgentStatusConfigsResponse](docs/ConversationAgentStatusConfigsResponse.md)
|
|
827
|
+
- [UltracartClient::ConversationAgentStatusEvent](docs/ConversationAgentStatusEvent.md)
|
|
828
|
+
- [UltracartClient::ConversationAgentStatusHeatmapRequest](docs/ConversationAgentStatusHeatmapRequest.md)
|
|
829
|
+
- [UltracartClient::ConversationAgentStatusHeatmapResponse](docs/ConversationAgentStatusHeatmapResponse.md)
|
|
830
|
+
- [UltracartClient::ConversationAgentStatusHistorySearchRequest](docs/ConversationAgentStatusHistorySearchRequest.md)
|
|
831
|
+
- [UltracartClient::ConversationAgentStatusHistorySearchResponse](docs/ConversationAgentStatusHistorySearchResponse.md)
|
|
832
|
+
- [UltracartClient::ConversationAgentStatusRollup](docs/ConversationAgentStatusRollup.md)
|
|
833
|
+
- [UltracartClient::ConversationAgentStatusRollupSearchRequest](docs/ConversationAgentStatusRollupSearchRequest.md)
|
|
834
|
+
- [UltracartClient::ConversationAgentStatusRollupSearchResponse](docs/ConversationAgentStatusRollupSearchResponse.md)
|
|
835
|
+
- [UltracartClient::ConversationAgentStatusSummaryResponse](docs/ConversationAgentStatusSummaryResponse.md)
|
|
836
|
+
- [UltracartClient::ConversationAgentStatusTimelineResponse](docs/ConversationAgentStatusTimelineResponse.md)
|
|
810
837
|
- [UltracartClient::ConversationAutocompleteRequest](docs/ConversationAutocompleteRequest.md)
|
|
811
838
|
- [UltracartClient::ConversationAutocompleteResponse](docs/ConversationAutocompleteResponse.md)
|
|
812
839
|
- [UltracartClient::ConversationAutocompleteValue](docs/ConversationAutocompleteValue.md)
|
|
@@ -896,6 +923,8 @@ Class | Method | HTTP request | Description
|
|
|
896
923
|
- [UltracartClient::ConversationPbxCosAuditLogsResponse](docs/ConversationPbxCosAuditLogsResponse.md)
|
|
897
924
|
- [UltracartClient::ConversationPbxCustomerSnapshotRequest](docs/ConversationPbxCustomerSnapshotRequest.md)
|
|
898
925
|
- [UltracartClient::ConversationPbxCustomerSnapshotResponse](docs/ConversationPbxCustomerSnapshotResponse.md)
|
|
926
|
+
- [UltracartClient::ConversationPbxDefaultTimezoneResponse](docs/ConversationPbxDefaultTimezoneResponse.md)
|
|
927
|
+
- [UltracartClient::ConversationPbxDefaultTimezoneUpdateRequest](docs/ConversationPbxDefaultTimezoneUpdateRequest.md)
|
|
899
928
|
- [UltracartClient::ConversationPbxHardwarePhone](docs/ConversationPbxHardwarePhone.md)
|
|
900
929
|
- [UltracartClient::ConversationPbxHardwarePhoneResponse](docs/ConversationPbxHardwarePhoneResponse.md)
|
|
901
930
|
- [UltracartClient::ConversationPbxHardwarePhonesResponse](docs/ConversationPbxHardwarePhonesResponse.md)
|
|
@@ -1575,6 +1604,7 @@ Class | Method | HTTP request | Description
|
|
|
1575
1604
|
- [UltracartClient::TempMultimediaResponse](docs/TempMultimediaResponse.md)
|
|
1576
1605
|
- [UltracartClient::ThumbnailParametersRequest](docs/ThumbnailParametersRequest.md)
|
|
1577
1606
|
- [UltracartClient::ThumbnailParametersResponse](docs/ThumbnailParametersResponse.md)
|
|
1607
|
+
- [UltracartClient::TimelineSummary](docs/TimelineSummary.md)
|
|
1578
1608
|
- [UltracartClient::TransactionEmail](docs/TransactionEmail.md)
|
|
1579
1609
|
- [UltracartClient::TransactionEmailListResponse](docs/TransactionEmailListResponse.md)
|
|
1580
1610
|
- [UltracartClient::TransactionEmailOption](docs/TransactionEmailOption.md)
|
|
@@ -1698,6 +1728,9 @@ Not every change is committed to every SDK.
|
|
|
1698
1728
|
|
|
1699
1729
|
| Version | Date | Comments |
|
|
1700
1730
|
| --: | :-: | --- |
|
|
1731
|
+
| 4.1.82 | 04/27/2026 | converation - agent status and availability |
|
|
1732
|
+
| 4.1.81 | 04/27/2026 | conversations - agent status and availability |
|
|
1733
|
+
| 4.1.80 | 04/22/2026 | customer - e.164 read only fields on billing/shipping child objects |
|
|
1701
1734
|
| 4.1.79 | 04/21/2026 | item - one line per unit flag support |
|
|
1702
1735
|
| 4.1.78 | 04/20/2026 | conversation pbx - objects have context_merchant_id fields to linked account configs |
|
|
1703
1736
|
| 4.1.77 | 04/17/2026 | conversation - embed oauth methods |
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# UltracartClient::AgentSummary
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **agent_name** | **String** | Agent display name | [optional] |
|
|
8
|
+
| **agent_user_id** | **String** | Agent user id | [optional] |
|
|
9
|
+
| **availability_pct** | **Object** | | [optional] |
|
|
10
|
+
| **available_seconds** | **Integer** | Total Available seconds in the range (incl. Busy) | [optional] |
|
|
11
|
+
| **calls_taken** | **Integer** | Calls taken in the range (PBX) | [optional] |
|
|
12
|
+
| **chats_handled** | **Integer** | Chats handled in the range (chat) | [optional] |
|
|
13
|
+
| **total_tracked_seconds** | **Integer** | Total tracked seconds in the range | [optional] |
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```ruby
|
|
18
|
+
require 'ultracart_api'
|
|
19
|
+
|
|
20
|
+
instance = UltracartClient::AgentSummary.new(
|
|
21
|
+
agent_name: null,
|
|
22
|
+
agent_user_id: null,
|
|
23
|
+
availability_pct: null,
|
|
24
|
+
available_seconds: null,
|
|
25
|
+
calls_taken: null,
|
|
26
|
+
chats_handled: null,
|
|
27
|
+
total_tracked_seconds: null
|
|
28
|
+
)
|
|
29
|
+
```
|
|
30
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# UltracartClient::ConversationAgentCallEvent
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **call_uuid** | **String** | Call UUID | [optional] |
|
|
8
|
+
| **direction** | **String** | Direction | [optional] |
|
|
9
|
+
| **disposition** | **String** | Call disposition (e.g. 'answered', 'missed') | [optional] |
|
|
10
|
+
| **duration_seconds** | **Integer** | Total call duration in seconds | [optional] |
|
|
11
|
+
| **end_dts** | **String** | Call ended | [optional] |
|
|
12
|
+
| **phone_number** | **String** | Counterparty phone number | [optional] |
|
|
13
|
+
| **start_dts** | **String** | Call started | [optional] |
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```ruby
|
|
18
|
+
require 'ultracart_api'
|
|
19
|
+
|
|
20
|
+
instance = UltracartClient::ConversationAgentCallEvent.new(
|
|
21
|
+
call_uuid: null,
|
|
22
|
+
direction: null,
|
|
23
|
+
disposition: null,
|
|
24
|
+
duration_seconds: null,
|
|
25
|
+
end_dts: null,
|
|
26
|
+
phone_number: null,
|
|
27
|
+
start_dts: null
|
|
28
|
+
)
|
|
29
|
+
```
|
|
30
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# UltracartClient::ConversationAgentChatEvent
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **conversation_uuid** | **String** | Conversation UUID | [optional] |
|
|
8
|
+
| **customer_name** | **String** | Customer display name (when known) | [optional] |
|
|
9
|
+
| **end_dts** | **String** | Chat ended | [optional] |
|
|
10
|
+
| **message_count** | **Integer** | Total messages in the conversation | [optional] |
|
|
11
|
+
| **start_dts** | **String** | Chat started | [optional] |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'ultracart_api'
|
|
17
|
+
|
|
18
|
+
instance = UltracartClient::ConversationAgentChatEvent.new(
|
|
19
|
+
conversation_uuid: null,
|
|
20
|
+
customer_name: null,
|
|
21
|
+
end_dts: null,
|
|
22
|
+
message_count: null,
|
|
23
|
+
start_dts: null
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# UltracartClient::ConversationAgentStatusConfig
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **active** | **Boolean** | Whether the status is active and selectable. DELETE soft-deactivates by setting this to false. | [optional] |
|
|
8
|
+
| **channel** | **String** | Channel this status applies to | [optional] |
|
|
9
|
+
| **color** | **String** | Hex color for UI (e.g. '#FF5733') | [optional] |
|
|
10
|
+
| **conversation_status_uuid** | **String** | Conversation agent status unique identifier | [optional] |
|
|
11
|
+
| **created_at** | **String** | Created at | [optional] |
|
|
12
|
+
| **icon** | **String** | Icon name | [optional] |
|
|
13
|
+
| **merchant_id** | **String** | Merchant Id | [optional] |
|
|
14
|
+
| **name** | **String** | Display name shown to agents | [optional] |
|
|
15
|
+
| **parent_status** | **String** | Channel-native parent status | [optional] |
|
|
16
|
+
| **routing_effect** | **String** | Canonical routing semantic. Derived server-side from (channel, parent_status). | [optional] |
|
|
17
|
+
| **sort_order** | **Integer** | Sort order in lists; lower = first | [optional] |
|
|
18
|
+
| **twilio_activity_sid** | **String** | Twilio TaskRouter Activity SID (PBX-only; null for chat-only statuses) | [optional] |
|
|
19
|
+
| **updated_at** | **String** | Updated at | [optional] |
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
require 'ultracart_api'
|
|
25
|
+
|
|
26
|
+
instance = UltracartClient::ConversationAgentStatusConfig.new(
|
|
27
|
+
active: null,
|
|
28
|
+
channel: null,
|
|
29
|
+
color: null,
|
|
30
|
+
conversation_status_uuid: null,
|
|
31
|
+
created_at: null,
|
|
32
|
+
icon: null,
|
|
33
|
+
merchant_id: null,
|
|
34
|
+
name: null,
|
|
35
|
+
parent_status: null,
|
|
36
|
+
routing_effect: null,
|
|
37
|
+
sort_order: null,
|
|
38
|
+
twilio_activity_sid: null,
|
|
39
|
+
updated_at: null
|
|
40
|
+
)
|
|
41
|
+
```
|
|
42
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# UltracartClient::ConversationAgentStatusConfigResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **error** | [**Error**](Error.md) | | [optional] |
|
|
8
|
+
| **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] |
|
|
9
|
+
| **status_config** | [**ConversationAgentStatusConfig**](ConversationAgentStatusConfig.md) | | [optional] |
|
|
10
|
+
| **success** | **Boolean** | Indicates if API call was successful | [optional] |
|
|
11
|
+
| **warning** | [**Warning**](Warning.md) | | [optional] |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'ultracart_api'
|
|
17
|
+
|
|
18
|
+
instance = UltracartClient::ConversationAgentStatusConfigResponse.new(
|
|
19
|
+
error: null,
|
|
20
|
+
metadata: null,
|
|
21
|
+
status_config: null,
|
|
22
|
+
success: null,
|
|
23
|
+
warning: null
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# UltracartClient::ConversationAgentStatusConfigsResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **error** | [**Error**](Error.md) | | [optional] |
|
|
8
|
+
| **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] |
|
|
9
|
+
| **status_configs** | [**Array<ConversationAgentStatusConfig>**](ConversationAgentStatusConfig.md) | Agent status configurations | [optional] |
|
|
10
|
+
| **success** | **Boolean** | Indicates if API call was successful | [optional] |
|
|
11
|
+
| **warning** | [**Warning**](Warning.md) | | [optional] |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'ultracart_api'
|
|
17
|
+
|
|
18
|
+
instance = UltracartClient::ConversationAgentStatusConfigsResponse.new(
|
|
19
|
+
error: null,
|
|
20
|
+
metadata: null,
|
|
21
|
+
status_configs: null,
|
|
22
|
+
success: null,
|
|
23
|
+
warning: null
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# UltracartClient::ConversationAgentStatusEvent
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **agent_name** | **String** | Agent display name at the time of the event | [optional] |
|
|
8
|
+
| **agent_type** | **String** | Agent type | [optional] |
|
|
9
|
+
| **agent_user_id** | **String** | Agent user id (links across channels) | [optional] |
|
|
10
|
+
| **channel** | **String** | Channel | [optional] |
|
|
11
|
+
| **custom_status_name** | **String** | Custom status name (when applicable) | [optional] |
|
|
12
|
+
| **custom_status_uuid** | **String** | Custom status uuid (when applicable) | [optional] |
|
|
13
|
+
| **duration_in_previous_seconds** | **Integer** | Time spent in the previous status, in seconds | [optional] |
|
|
14
|
+
| **event_dts** | **String** | Event timestamp (ISO 8601) | [optional] |
|
|
15
|
+
| **event_uuid** | **String** | Event UUID (natural key for ES + BQ) | [optional] |
|
|
16
|
+
| **merchant_id** | **String** | Merchant Id | [optional] |
|
|
17
|
+
| **new_routing_effect** | **String** | Canonical new routing semantic | [optional] |
|
|
18
|
+
| **new_status** | **String** | Channel-native new status name | [optional] |
|
|
19
|
+
| **parent_merchant_id** | **String** | Parent merchant id (denormalized for ES routing parity) | [optional] |
|
|
20
|
+
| **previous_routing_effect** | **String** | Canonical previous routing semantic | [optional] |
|
|
21
|
+
| **previous_status** | **String** | Channel-native previous status name | [optional] |
|
|
22
|
+
| **trigger** | **String** | What triggered the transition | [optional] |
|
|
23
|
+
|
|
24
|
+
## Example
|
|
25
|
+
|
|
26
|
+
```ruby
|
|
27
|
+
require 'ultracart_api'
|
|
28
|
+
|
|
29
|
+
instance = UltracartClient::ConversationAgentStatusEvent.new(
|
|
30
|
+
agent_name: null,
|
|
31
|
+
agent_type: null,
|
|
32
|
+
agent_user_id: null,
|
|
33
|
+
channel: null,
|
|
34
|
+
custom_status_name: null,
|
|
35
|
+
custom_status_uuid: null,
|
|
36
|
+
duration_in_previous_seconds: null,
|
|
37
|
+
event_dts: null,
|
|
38
|
+
event_uuid: null,
|
|
39
|
+
merchant_id: null,
|
|
40
|
+
new_routing_effect: null,
|
|
41
|
+
new_status: null,
|
|
42
|
+
parent_merchant_id: null,
|
|
43
|
+
previous_routing_effect: null,
|
|
44
|
+
previous_status: null,
|
|
45
|
+
trigger: null
|
|
46
|
+
)
|
|
47
|
+
```
|
|
48
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# UltracartClient::ConversationAgentStatusHeatmapRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **channel** | **String** | Optional channel filter | [optional] |
|
|
8
|
+
| **date_end** | **String** | Range end (YYYY-MM-DD) | [optional] |
|
|
9
|
+
| **date_start** | **String** | Range start (YYYY-MM-DD) | [optional] |
|
|
10
|
+
| **metric** | **String** | Cell metric | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'ultracart_api'
|
|
16
|
+
|
|
17
|
+
instance = UltracartClient::ConversationAgentStatusHeatmapRequest.new(
|
|
18
|
+
channel: null,
|
|
19
|
+
date_end: null,
|
|
20
|
+
date_start: null,
|
|
21
|
+
metric: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# UltracartClient::ConversationAgentStatusHeatmapResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **agents** | **Array<String>** | Y-axis labels (one per agent) | [optional] |
|
|
8
|
+
| **data** | **Array<Object>** | Sparse cells. Each row is [agent_index, hour, value]; empty cells are omitted. | [optional] |
|
|
9
|
+
| **error** | [**Error**](Error.md) | | [optional] |
|
|
10
|
+
| **hours** | **Array<Integer>** | X-axis values (hours of day, 0-23) | [optional] |
|
|
11
|
+
| **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] |
|
|
12
|
+
| **success** | **Boolean** | Indicates if API call was successful | [optional] |
|
|
13
|
+
| **warning** | [**Warning**](Warning.md) | | [optional] |
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```ruby
|
|
18
|
+
require 'ultracart_api'
|
|
19
|
+
|
|
20
|
+
instance = UltracartClient::ConversationAgentStatusHeatmapResponse.new(
|
|
21
|
+
agents: null,
|
|
22
|
+
data: null,
|
|
23
|
+
error: null,
|
|
24
|
+
hours: null,
|
|
25
|
+
metadata: null,
|
|
26
|
+
success: null,
|
|
27
|
+
warning: null
|
|
28
|
+
)
|
|
29
|
+
```
|
|
30
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# UltracartClient::ConversationAgentStatusHistorySearchRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **agent_user_id** | **String** | Optional agent_user_id filter | [optional] |
|
|
8
|
+
| **channel** | **String** | Optional channel filter | [optional] |
|
|
9
|
+
| **date_end** | **String** | Date range end (ISO 8601 or YYYY-MM-DD) | [optional] |
|
|
10
|
+
| **date_start** | **String** | Date range start (ISO 8601 or YYYY-MM-DD) | [optional] |
|
|
11
|
+
| **status** | **String** | Optional new_status filter | [optional] |
|
|
12
|
+
| **trigger** | **String** | Optional trigger filter | [optional] |
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```ruby
|
|
17
|
+
require 'ultracart_api'
|
|
18
|
+
|
|
19
|
+
instance = UltracartClient::ConversationAgentStatusHistorySearchRequest.new(
|
|
20
|
+
agent_user_id: null,
|
|
21
|
+
channel: null,
|
|
22
|
+
date_end: null,
|
|
23
|
+
date_start: null,
|
|
24
|
+
status: null,
|
|
25
|
+
trigger: null
|
|
26
|
+
)
|
|
27
|
+
```
|
|
28
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# UltracartClient::ConversationAgentStatusHistorySearchResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **error** | [**Error**](Error.md) | | [optional] |
|
|
8
|
+
| **events** | [**Array<ConversationAgentStatusEvent>**](ConversationAgentStatusEvent.md) | Status transition events | [optional] |
|
|
9
|
+
| **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] |
|
|
10
|
+
| **success** | **Boolean** | Indicates if API call was successful | [optional] |
|
|
11
|
+
| **total** | **Integer** | Total matching events (pre-pagination) | [optional] |
|
|
12
|
+
| **warning** | [**Warning**](Warning.md) | | [optional] |
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```ruby
|
|
17
|
+
require 'ultracart_api'
|
|
18
|
+
|
|
19
|
+
instance = UltracartClient::ConversationAgentStatusHistorySearchResponse.new(
|
|
20
|
+
error: null,
|
|
21
|
+
events: null,
|
|
22
|
+
metadata: null,
|
|
23
|
+
success: null,
|
|
24
|
+
total: null,
|
|
25
|
+
warning: null
|
|
26
|
+
)
|
|
27
|
+
```
|
|
28
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# UltracartClient::ConversationAgentStatusRollup
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **agent_name** | **String** | Agent display name | [optional] |
|
|
8
|
+
| **agent_user_id** | **String** | Agent user id | [optional] |
|
|
9
|
+
| **availability_pct** | **Object** | | [optional] |
|
|
10
|
+
| **available_seconds** | **Integer** | Seconds spent Available (incl. Busy per OVERVIEW reporting convention) | [optional] |
|
|
11
|
+
| **calls_taken** | **Integer** | Calls handled by the agent on this day (PBX channel only) | [optional] |
|
|
12
|
+
| **channel** | **String** | Channel | [optional] |
|
|
13
|
+
| **chats_handled** | **Integer** | Chats handled by the agent on this day (chat channel only) | [optional] |
|
|
14
|
+
| **rollup_date** | **String** | Day this rollup covers (YYYY-MM-DD) | [optional] |
|
|
15
|
+
| **status_breakdown** | **Object** | Per-status duration breakdown in seconds (status name -> seconds) | [optional] |
|
|
16
|
+
| **total_tracked_seconds** | **Integer** | Total seconds tracked across all statuses for the day | [optional] |
|
|
17
|
+
| **unavailable_seconds** | **Integer** | Seconds spent Unavailable | [optional] |
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```ruby
|
|
22
|
+
require 'ultracart_api'
|
|
23
|
+
|
|
24
|
+
instance = UltracartClient::ConversationAgentStatusRollup.new(
|
|
25
|
+
agent_name: null,
|
|
26
|
+
agent_user_id: null,
|
|
27
|
+
availability_pct: null,
|
|
28
|
+
available_seconds: null,
|
|
29
|
+
calls_taken: null,
|
|
30
|
+
channel: null,
|
|
31
|
+
chats_handled: null,
|
|
32
|
+
rollup_date: null,
|
|
33
|
+
status_breakdown: null,
|
|
34
|
+
total_tracked_seconds: null,
|
|
35
|
+
unavailable_seconds: null
|
|
36
|
+
)
|
|
37
|
+
```
|
|
38
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# UltracartClient::ConversationAgentStatusRollupSearchRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **agent_user_id** | **String** | Optional agent_user_id filter | [optional] |
|
|
8
|
+
| **channel** | **String** | Optional channel filter | [optional] |
|
|
9
|
+
| **date_end** | **String** | Date range end (YYYY-MM-DD) | [optional] |
|
|
10
|
+
| **date_start** | **String** | Date range start (YYYY-MM-DD) | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'ultracart_api'
|
|
16
|
+
|
|
17
|
+
instance = UltracartClient::ConversationAgentStatusRollupSearchRequest.new(
|
|
18
|
+
agent_user_id: null,
|
|
19
|
+
channel: null,
|
|
20
|
+
date_end: null,
|
|
21
|
+
date_start: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# UltracartClient::ConversationAgentStatusRollupSearchResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **error** | [**Error**](Error.md) | | [optional] |
|
|
8
|
+
| **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] |
|
|
9
|
+
| **rollups** | [**Array<ConversationAgentStatusRollup>**](ConversationAgentStatusRollup.md) | Per-(agent, day, channel) rollups | [optional] |
|
|
10
|
+
| **success** | **Boolean** | Indicates if API call was successful | [optional] |
|
|
11
|
+
| **warning** | [**Warning**](Warning.md) | | [optional] |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'ultracart_api'
|
|
17
|
+
|
|
18
|
+
instance = UltracartClient::ConversationAgentStatusRollupSearchResponse.new(
|
|
19
|
+
error: null,
|
|
20
|
+
metadata: null,
|
|
21
|
+
rollups: null,
|
|
22
|
+
success: null,
|
|
23
|
+
warning: null
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# UltracartClient::ConversationAgentStatusSummaryResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **agents** | [**Array<AgentSummary>**](AgentSummary.md) | Per-agent enriched summary (status totals + activity metrics) | [optional] |
|
|
8
|
+
| **avg_available_pct** | **Object** | | [optional] |
|
|
9
|
+
| **error** | [**Error**](Error.md) | | [optional] |
|
|
10
|
+
| **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] |
|
|
11
|
+
| **status_breakdown** | **Object** | Total seconds-in-status across all agents, keyed by status name | [optional] |
|
|
12
|
+
| **success** | **Boolean** | Indicates if API call was successful | [optional] |
|
|
13
|
+
| **total_agents** | **Integer** | Distinct agents with at least one transition in the range | [optional] |
|
|
14
|
+
| **warning** | [**Warning**](Warning.md) | | [optional] |
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```ruby
|
|
19
|
+
require 'ultracart_api'
|
|
20
|
+
|
|
21
|
+
instance = UltracartClient::ConversationAgentStatusSummaryResponse.new(
|
|
22
|
+
agents: null,
|
|
23
|
+
avg_available_pct: null,
|
|
24
|
+
error: null,
|
|
25
|
+
metadata: null,
|
|
26
|
+
status_breakdown: null,
|
|
27
|
+
success: null,
|
|
28
|
+
total_agents: null,
|
|
29
|
+
warning: null
|
|
30
|
+
)
|
|
31
|
+
```
|
|
32
|
+
|