ultracart_api 4.1.68 → 4.1.70
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 +9 -2
- data/docs/ConversationApi.md +269 -0
- data/docs/ConversationPbxQueue.md +24 -0
- data/lib/ultracart_api/api/conversation_api.rb +330 -0
- data/lib/ultracart_api/models/conversation_pbx_queue.rb +151 -1
- data/lib/ultracart_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69b88c8f377abe4c258f2596ea4e535308b97fbf6efe2a717f755140d765c197
|
|
4
|
+
data.tar.gz: ba05247f4eb23b62b456e53830b11027d47abae099fbe46928fc364fcbe22a95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23f47bd84edce36c0bf5f724a8e381facaec5a8be8124fe4894decd8af81c4fc41a735ff5c8f26fdc77d987b207b691ccef5f722acbf9879112f697cc7669cd5
|
|
7
|
+
data.tar.gz: 5305bc35dcf40acdacd65a5a92e69c3a5655258415381130d96abcd018d67b9fcdf84fbca54c016d11a8f63edc682d50b865f5fcecb160e6e48f9ef8f5373a3c
|
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.70
|
|
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.70'
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
install:
|
|
@@ -149,6 +149,7 @@ Class | Method | HTTP request | Description
|
|
|
149
149
|
*UltracartClient::ConversationApi* | [**delete_pbx_time_based**](docs/ConversationApi.md#delete_pbx_time_based) | **DELETE** /conversation/pbx/time_based/{conversationPbxTimeBasedUuid} | Delete pbx timeBased
|
|
150
150
|
*UltracartClient::ConversationApi* | [**delete_pbx_time_range**](docs/ConversationApi.md#delete_pbx_time_range) | **DELETE** /conversation/pbx/time_range/{conversationPbxTimeRangeUuid} | Delete pbx timeRange
|
|
151
151
|
*UltracartClient::ConversationApi* | [**delete_pbx_voicemail_mailbox**](docs/ConversationApi.md#delete_pbx_voicemail_mailbox) | **DELETE** /conversation/pbx/voicemail_mailbox/{conversationPbxVoicemailMailboxUuid} | Delete pbx voicemailMailbox
|
|
152
|
+
*UltracartClient::ConversationApi* | [**delete_user_pbx_audio**](docs/ConversationApi.md#delete_user_pbx_audio) | **DELETE** /conversation/pbx/audio/user/{conversationPbxAudioUuid} | Delete user pbx audio
|
|
152
153
|
*UltracartClient::ConversationApi* | [**get_agent_keep_alive**](docs/ConversationApi.md#get_agent_keep_alive) | **GET** /conversation/agent/keepalive | Agent keep alive
|
|
153
154
|
*UltracartClient::ConversationApi* | [**get_agent_profile**](docs/ConversationApi.md#get_agent_profile) | **GET** /conversation/agent/profile | Get agent profile
|
|
154
155
|
*UltracartClient::ConversationApi* | [**get_agent_profile_knowledge_base**](docs/ConversationApi.md#get_agent_profile_knowledge_base) | **GET** /conversation/agent/profiles/{user_id}/knowledge_base | Get the list of knowledge base documents associated with this agent profile
|
|
@@ -206,6 +207,8 @@ Class | Method | HTTP request | Description
|
|
|
206
207
|
*UltracartClient::ConversationApi* | [**get_pbx_time_ranges**](docs/ConversationApi.md#get_pbx_time_ranges) | **GET** /conversation/pbx/time_range | Get pbx timeRanges
|
|
207
208
|
*UltracartClient::ConversationApi* | [**get_pbx_voicemail_mailbox**](docs/ConversationApi.md#get_pbx_voicemail_mailbox) | **GET** /conversation/pbx/voicemail_mailbox/{conversationPbxVoicemailMailboxUuid} | Get pbx voicemailMailbox
|
|
208
209
|
*UltracartClient::ConversationApi* | [**get_pbx_voicemail_mailboxes**](docs/ConversationApi.md#get_pbx_voicemail_mailboxes) | **GET** /conversation/pbx/voicemail_mailbox | Get pbx voicemailMailboxes
|
|
210
|
+
*UltracartClient::ConversationApi* | [**get_user_pbx_audio**](docs/ConversationApi.md#get_user_pbx_audio) | **GET** /conversation/pbx/audio/user/{conversationPbxAudioUuid} | Get user pbx audio
|
|
211
|
+
*UltracartClient::ConversationApi* | [**get_user_pbx_audios**](docs/ConversationApi.md#get_user_pbx_audios) | **GET** /conversation/pbx/audio/user | Get user pbx audios
|
|
209
212
|
*UltracartClient::ConversationApi* | [**get_virtual_agent_budget**](docs/ConversationApi.md#get_virtual_agent_budget) | **GET** /conversation/virtualagent/budget | Get virtual agent budget
|
|
210
213
|
*UltracartClient::ConversationApi* | [**get_virtual_agent_capabilities**](docs/ConversationApi.md#get_virtual_agent_capabilities) | **GET** /conversation/virtualagent/capabilities | Get virtual agent capabilities
|
|
211
214
|
*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
|
|
@@ -222,6 +225,7 @@ Class | Method | HTTP request | Description
|
|
|
222
225
|
*UltracartClient::ConversationApi* | [**insert_pbx_time_based**](docs/ConversationApi.md#insert_pbx_time_based) | **POST** /conversation/pbx/time_based | Insert pbx timeBased
|
|
223
226
|
*UltracartClient::ConversationApi* | [**insert_pbx_time_range**](docs/ConversationApi.md#insert_pbx_time_range) | **POST** /conversation/pbx/time_range | Insert pbx timeRange
|
|
224
227
|
*UltracartClient::ConversationApi* | [**insert_pbx_voicemail_mailbox**](docs/ConversationApi.md#insert_pbx_voicemail_mailbox) | **POST** /conversation/pbx/voicemail_mailbox | Insert pbx voicemailMailbox
|
|
228
|
+
*UltracartClient::ConversationApi* | [**insert_user_pbx_audio**](docs/ConversationApi.md#insert_user_pbx_audio) | **POST** /conversation/pbx/audio/user | Insert user pbx audio
|
|
225
229
|
*UltracartClient::ConversationApi* | [**join_conversation**](docs/ConversationApi.md#join_conversation) | **PUT** /conversation/conversations/{conversation_uuid}/join | Join a conversation
|
|
226
230
|
*UltracartClient::ConversationApi* | [**leave_conversation**](docs/ConversationApi.md#leave_conversation) | **DELETE** /conversation/conversations/{conversation_uuid}/leave | Leave a conversation
|
|
227
231
|
*UltracartClient::ConversationApi* | [**listened_pbx_agent_voicemail**](docs/ConversationApi.md#listened_pbx_agent_voicemail) | **GET** /conversation/pbx/agent/voicemails/{recording_sid}/listened | Listened Agent Voicemail
|
|
@@ -253,6 +257,7 @@ Class | Method | HTTP request | Description
|
|
|
253
257
|
*UltracartClient::ConversationApi* | [**update_pbx_time_based**](docs/ConversationApi.md#update_pbx_time_based) | **PUT** /conversation/pbx/time_based/{conversationPbxTimeBasedUuid} | Update pbx timeBased
|
|
254
258
|
*UltracartClient::ConversationApi* | [**update_pbx_time_range**](docs/ConversationApi.md#update_pbx_time_range) | **PUT** /conversation/pbx/time_range/{conversationPbxTimeRangeUuid} | Update pbx timeRange
|
|
255
259
|
*UltracartClient::ConversationApi* | [**update_pbx_voicemail_mailbox**](docs/ConversationApi.md#update_pbx_voicemail_mailbox) | **PUT** /conversation/pbx/voicemail_mailbox/{conversationPbxVoicemailMailboxUuid} | Update pbx voicemailMailbox
|
|
260
|
+
*UltracartClient::ConversationApi* | [**update_user_pbx_audio**](docs/ConversationApi.md#update_user_pbx_audio) | **PUT** /conversation/pbx/audio/user/{conversationPbxAudioUuid} | Update user pbx audio
|
|
256
261
|
*UltracartClient::ConversationApi* | [**update_virtual_agent_budget**](docs/ConversationApi.md#update_virtual_agent_budget) | **PUT** /conversation/virtualagent/budget | Update virtual agent budget
|
|
257
262
|
*UltracartClient::ConversationApi* | [**update_virtual_agent_capabilities**](docs/ConversationApi.md#update_virtual_agent_capabilities) | **PUT** /conversation/virtualagent/capabilities | Update virtual agent capabilities
|
|
258
263
|
*UltracartClient::CouponApi* | [**delete_coupon**](docs/CouponApi.md#delete_coupon) | **DELETE** /coupon/coupons/{coupon_oid} | Delete a coupon
|
|
@@ -1681,6 +1686,8 @@ Not every change is committed to every SDK.
|
|
|
1681
1686
|
|
|
1682
1687
|
| Version | Date | Comments |
|
|
1683
1688
|
| --: | :-: | --- |
|
|
1689
|
+
| 4.1.70 | 04/03/2026 | conversation pbx - queue callback settings |
|
|
1690
|
+
| 4.1.69 | 03/31/2026 | conversations - user specific audio methods |
|
|
1684
1691
|
| 4.1.68 | 03/31/2026 | oauth - device support |
|
|
1685
1692
|
| 4.1.67 | 02/24/2026 | customer activity - sms and sms_stop fields added |
|
|
1686
1693
|
| 4.1.66 | 02/18/2026 | conversations - agent auth customer_profile flag |
|
data/docs/ConversationApi.md
CHANGED
|
@@ -21,6 +21,7 @@ All URIs are relative to *https://secure.ultracart.com/rest/v2*
|
|
|
21
21
|
| [**delete_pbx_time_based**](ConversationApi.md#delete_pbx_time_based) | **DELETE** /conversation/pbx/time_based/{conversationPbxTimeBasedUuid} | Delete pbx timeBased |
|
|
22
22
|
| [**delete_pbx_time_range**](ConversationApi.md#delete_pbx_time_range) | **DELETE** /conversation/pbx/time_range/{conversationPbxTimeRangeUuid} | Delete pbx timeRange |
|
|
23
23
|
| [**delete_pbx_voicemail_mailbox**](ConversationApi.md#delete_pbx_voicemail_mailbox) | **DELETE** /conversation/pbx/voicemail_mailbox/{conversationPbxVoicemailMailboxUuid} | Delete pbx voicemailMailbox |
|
|
24
|
+
| [**delete_user_pbx_audio**](ConversationApi.md#delete_user_pbx_audio) | **DELETE** /conversation/pbx/audio/user/{conversationPbxAudioUuid} | Delete user pbx audio |
|
|
24
25
|
| [**get_agent_keep_alive**](ConversationApi.md#get_agent_keep_alive) | **GET** /conversation/agent/keepalive | Agent keep alive |
|
|
25
26
|
| [**get_agent_profile**](ConversationApi.md#get_agent_profile) | **GET** /conversation/agent/profile | Get agent profile |
|
|
26
27
|
| [**get_agent_profile_knowledge_base**](ConversationApi.md#get_agent_profile_knowledge_base) | **GET** /conversation/agent/profiles/{user_id}/knowledge_base | Get the list of knowledge base documents associated with this agent profile |
|
|
@@ -78,6 +79,8 @@ All URIs are relative to *https://secure.ultracart.com/rest/v2*
|
|
|
78
79
|
| [**get_pbx_time_ranges**](ConversationApi.md#get_pbx_time_ranges) | **GET** /conversation/pbx/time_range | Get pbx timeRanges |
|
|
79
80
|
| [**get_pbx_voicemail_mailbox**](ConversationApi.md#get_pbx_voicemail_mailbox) | **GET** /conversation/pbx/voicemail_mailbox/{conversationPbxVoicemailMailboxUuid} | Get pbx voicemailMailbox |
|
|
80
81
|
| [**get_pbx_voicemail_mailboxes**](ConversationApi.md#get_pbx_voicemail_mailboxes) | **GET** /conversation/pbx/voicemail_mailbox | Get pbx voicemailMailboxes |
|
|
82
|
+
| [**get_user_pbx_audio**](ConversationApi.md#get_user_pbx_audio) | **GET** /conversation/pbx/audio/user/{conversationPbxAudioUuid} | Get user pbx audio |
|
|
83
|
+
| [**get_user_pbx_audios**](ConversationApi.md#get_user_pbx_audios) | **GET** /conversation/pbx/audio/user | Get user pbx audios |
|
|
81
84
|
| [**get_virtual_agent_budget**](ConversationApi.md#get_virtual_agent_budget) | **GET** /conversation/virtualagent/budget | Get virtual agent budget |
|
|
82
85
|
| [**get_virtual_agent_capabilities**](ConversationApi.md#get_virtual_agent_capabilities) | **GET** /conversation/virtualagent/capabilities | Get virtual agent capabilities |
|
|
83
86
|
| [**insert_agent_profile_knowledge_base_document**](ConversationApi.md#insert_agent_profile_knowledge_base_document) | **POST** /conversation/agent/profiles/{user_id}/knowledge_base | Insert a knowledge base document |
|
|
@@ -94,6 +97,7 @@ All URIs are relative to *https://secure.ultracart.com/rest/v2*
|
|
|
94
97
|
| [**insert_pbx_time_based**](ConversationApi.md#insert_pbx_time_based) | **POST** /conversation/pbx/time_based | Insert pbx timeBased |
|
|
95
98
|
| [**insert_pbx_time_range**](ConversationApi.md#insert_pbx_time_range) | **POST** /conversation/pbx/time_range | Insert pbx timeRange |
|
|
96
99
|
| [**insert_pbx_voicemail_mailbox**](ConversationApi.md#insert_pbx_voicemail_mailbox) | **POST** /conversation/pbx/voicemail_mailbox | Insert pbx voicemailMailbox |
|
|
100
|
+
| [**insert_user_pbx_audio**](ConversationApi.md#insert_user_pbx_audio) | **POST** /conversation/pbx/audio/user | Insert user pbx audio |
|
|
97
101
|
| [**join_conversation**](ConversationApi.md#join_conversation) | **PUT** /conversation/conversations/{conversation_uuid}/join | Join a conversation |
|
|
98
102
|
| [**leave_conversation**](ConversationApi.md#leave_conversation) | **DELETE** /conversation/conversations/{conversation_uuid}/leave | Leave a conversation |
|
|
99
103
|
| [**listened_pbx_agent_voicemail**](ConversationApi.md#listened_pbx_agent_voicemail) | **GET** /conversation/pbx/agent/voicemails/{recording_sid}/listened | Listened Agent Voicemail |
|
|
@@ -125,6 +129,7 @@ All URIs are relative to *https://secure.ultracart.com/rest/v2*
|
|
|
125
129
|
| [**update_pbx_time_based**](ConversationApi.md#update_pbx_time_based) | **PUT** /conversation/pbx/time_based/{conversationPbxTimeBasedUuid} | Update pbx timeBased |
|
|
126
130
|
| [**update_pbx_time_range**](ConversationApi.md#update_pbx_time_range) | **PUT** /conversation/pbx/time_range/{conversationPbxTimeRangeUuid} | Update pbx timeRange |
|
|
127
131
|
| [**update_pbx_voicemail_mailbox**](ConversationApi.md#update_pbx_voicemail_mailbox) | **PUT** /conversation/pbx/voicemail_mailbox/{conversationPbxVoicemailMailboxUuid} | Update pbx voicemailMailbox |
|
|
132
|
+
| [**update_user_pbx_audio**](ConversationApi.md#update_user_pbx_audio) | **PUT** /conversation/pbx/audio/user/{conversationPbxAudioUuid} | Update user pbx audio |
|
|
128
133
|
| [**update_virtual_agent_budget**](ConversationApi.md#update_virtual_agent_budget) | **PUT** /conversation/virtualagent/budget | Update virtual agent budget |
|
|
129
134
|
| [**update_virtual_agent_capabilities**](ConversationApi.md#update_virtual_agent_capabilities) | **PUT** /conversation/virtualagent/capabilities | Update virtual agent capabilities |
|
|
130
135
|
|
|
@@ -1045,6 +1050,59 @@ end
|
|
|
1045
1050
|
- **Accept**: application/json
|
|
1046
1051
|
|
|
1047
1052
|
|
|
1053
|
+
## delete_user_pbx_audio
|
|
1054
|
+
|
|
1055
|
+
> <ConversationPbxAudioResponse> delete_user_pbx_audio(conversation_pbx_audio_uuid)
|
|
1056
|
+
|
|
1057
|
+
Delete user pbx audio
|
|
1058
|
+
|
|
1059
|
+
Delete a pbx audio file owned by the authenticated user
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
### Examples
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
(No example for this operation).
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
#### Using the delete_user_pbx_audio_with_http_info variant
|
|
1069
|
+
|
|
1070
|
+
This returns an Array which contains the response data, status code and headers.
|
|
1071
|
+
|
|
1072
|
+
> <Array(<ConversationPbxAudioResponse>, Integer, Hash)> delete_user_pbx_audio_with_http_info(conversation_pbx_audio_uuid)
|
|
1073
|
+
|
|
1074
|
+
```ruby
|
|
1075
|
+
begin
|
|
1076
|
+
# Delete user pbx audio
|
|
1077
|
+
data, status_code, headers = api_instance.delete_user_pbx_audio_with_http_info(conversation_pbx_audio_uuid)
|
|
1078
|
+
p status_code # => 2xx
|
|
1079
|
+
p headers # => { ... }
|
|
1080
|
+
p data # => <ConversationPbxAudioResponse>
|
|
1081
|
+
rescue UltracartClient::ApiError => e
|
|
1082
|
+
puts "Error when calling ConversationApi->delete_user_pbx_audio_with_http_info: #{e}"
|
|
1083
|
+
end
|
|
1084
|
+
```
|
|
1085
|
+
|
|
1086
|
+
### Parameters
|
|
1087
|
+
|
|
1088
|
+
| Name | Type | Description | Notes |
|
|
1089
|
+
| ---- | ---- | ----------- | ----- |
|
|
1090
|
+
| **conversation_pbx_audio_uuid** | **String** | | |
|
|
1091
|
+
|
|
1092
|
+
### Return type
|
|
1093
|
+
|
|
1094
|
+
[**ConversationPbxAudioResponse**](ConversationPbxAudioResponse.md)
|
|
1095
|
+
|
|
1096
|
+
### Authorization
|
|
1097
|
+
|
|
1098
|
+
[ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
|
|
1099
|
+
|
|
1100
|
+
### HTTP request headers
|
|
1101
|
+
|
|
1102
|
+
- **Content-Type**: Not defined
|
|
1103
|
+
- **Accept**: application/json
|
|
1104
|
+
|
|
1105
|
+
|
|
1048
1106
|
## get_agent_keep_alive
|
|
1049
1107
|
|
|
1050
1108
|
> get_agent_keep_alive
|
|
@@ -4072,6 +4130,110 @@ This endpoint does not need any parameter.
|
|
|
4072
4130
|
- **Accept**: application/json
|
|
4073
4131
|
|
|
4074
4132
|
|
|
4133
|
+
## get_user_pbx_audio
|
|
4134
|
+
|
|
4135
|
+
> <ConversationPbxAudioResponse> get_user_pbx_audio(conversation_pbx_audio_uuid)
|
|
4136
|
+
|
|
4137
|
+
Get user pbx audio
|
|
4138
|
+
|
|
4139
|
+
Retrieve a pbx audio file owned by the authenticated user
|
|
4140
|
+
|
|
4141
|
+
|
|
4142
|
+
### Examples
|
|
4143
|
+
|
|
4144
|
+
|
|
4145
|
+
(No example for this operation).
|
|
4146
|
+
|
|
4147
|
+
|
|
4148
|
+
#### Using the get_user_pbx_audio_with_http_info variant
|
|
4149
|
+
|
|
4150
|
+
This returns an Array which contains the response data, status code and headers.
|
|
4151
|
+
|
|
4152
|
+
> <Array(<ConversationPbxAudioResponse>, Integer, Hash)> get_user_pbx_audio_with_http_info(conversation_pbx_audio_uuid)
|
|
4153
|
+
|
|
4154
|
+
```ruby
|
|
4155
|
+
begin
|
|
4156
|
+
# Get user pbx audio
|
|
4157
|
+
data, status_code, headers = api_instance.get_user_pbx_audio_with_http_info(conversation_pbx_audio_uuid)
|
|
4158
|
+
p status_code # => 2xx
|
|
4159
|
+
p headers # => { ... }
|
|
4160
|
+
p data # => <ConversationPbxAudioResponse>
|
|
4161
|
+
rescue UltracartClient::ApiError => e
|
|
4162
|
+
puts "Error when calling ConversationApi->get_user_pbx_audio_with_http_info: #{e}"
|
|
4163
|
+
end
|
|
4164
|
+
```
|
|
4165
|
+
|
|
4166
|
+
### Parameters
|
|
4167
|
+
|
|
4168
|
+
| Name | Type | Description | Notes |
|
|
4169
|
+
| ---- | ---- | ----------- | ----- |
|
|
4170
|
+
| **conversation_pbx_audio_uuid** | **String** | | |
|
|
4171
|
+
|
|
4172
|
+
### Return type
|
|
4173
|
+
|
|
4174
|
+
[**ConversationPbxAudioResponse**](ConversationPbxAudioResponse.md)
|
|
4175
|
+
|
|
4176
|
+
### Authorization
|
|
4177
|
+
|
|
4178
|
+
[ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
|
|
4179
|
+
|
|
4180
|
+
### HTTP request headers
|
|
4181
|
+
|
|
4182
|
+
- **Content-Type**: Not defined
|
|
4183
|
+
- **Accept**: application/json
|
|
4184
|
+
|
|
4185
|
+
|
|
4186
|
+
## get_user_pbx_audios
|
|
4187
|
+
|
|
4188
|
+
> <ConversationPbxAudiosResponse> get_user_pbx_audios
|
|
4189
|
+
|
|
4190
|
+
Get user pbx audios
|
|
4191
|
+
|
|
4192
|
+
Retrieve pbx audio files owned by the authenticated user
|
|
4193
|
+
|
|
4194
|
+
|
|
4195
|
+
### Examples
|
|
4196
|
+
|
|
4197
|
+
|
|
4198
|
+
(No example for this operation).
|
|
4199
|
+
|
|
4200
|
+
|
|
4201
|
+
#### Using the get_user_pbx_audios_with_http_info variant
|
|
4202
|
+
|
|
4203
|
+
This returns an Array which contains the response data, status code and headers.
|
|
4204
|
+
|
|
4205
|
+
> <Array(<ConversationPbxAudiosResponse>, Integer, Hash)> get_user_pbx_audios_with_http_info
|
|
4206
|
+
|
|
4207
|
+
```ruby
|
|
4208
|
+
begin
|
|
4209
|
+
# Get user pbx audios
|
|
4210
|
+
data, status_code, headers = api_instance.get_user_pbx_audios_with_http_info
|
|
4211
|
+
p status_code # => 2xx
|
|
4212
|
+
p headers # => { ... }
|
|
4213
|
+
p data # => <ConversationPbxAudiosResponse>
|
|
4214
|
+
rescue UltracartClient::ApiError => e
|
|
4215
|
+
puts "Error when calling ConversationApi->get_user_pbx_audios_with_http_info: #{e}"
|
|
4216
|
+
end
|
|
4217
|
+
```
|
|
4218
|
+
|
|
4219
|
+
### Parameters
|
|
4220
|
+
|
|
4221
|
+
This endpoint does not need any parameter.
|
|
4222
|
+
|
|
4223
|
+
### Return type
|
|
4224
|
+
|
|
4225
|
+
[**ConversationPbxAudiosResponse**](ConversationPbxAudiosResponse.md)
|
|
4226
|
+
|
|
4227
|
+
### Authorization
|
|
4228
|
+
|
|
4229
|
+
[ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
|
|
4230
|
+
|
|
4231
|
+
### HTTP request headers
|
|
4232
|
+
|
|
4233
|
+
- **Content-Type**: Not defined
|
|
4234
|
+
- **Accept**: application/json
|
|
4235
|
+
|
|
4236
|
+
|
|
4075
4237
|
## get_virtual_agent_budget
|
|
4076
4238
|
|
|
4077
4239
|
> <ConversationVirtualAgentBudgetResponse> get_virtual_agent_budget
|
|
@@ -4927,6 +5089,59 @@ end
|
|
|
4927
5089
|
- **Accept**: application/json
|
|
4928
5090
|
|
|
4929
5091
|
|
|
5092
|
+
## insert_user_pbx_audio
|
|
5093
|
+
|
|
5094
|
+
> <ConversationPbxAudioResponse> insert_user_pbx_audio(pbx_audio)
|
|
5095
|
+
|
|
5096
|
+
Insert user pbx audio
|
|
5097
|
+
|
|
5098
|
+
Insert a pbx audio file for the authenticated user
|
|
5099
|
+
|
|
5100
|
+
|
|
5101
|
+
### Examples
|
|
5102
|
+
|
|
5103
|
+
|
|
5104
|
+
(No example for this operation).
|
|
5105
|
+
|
|
5106
|
+
|
|
5107
|
+
#### Using the insert_user_pbx_audio_with_http_info variant
|
|
5108
|
+
|
|
5109
|
+
This returns an Array which contains the response data, status code and headers.
|
|
5110
|
+
|
|
5111
|
+
> <Array(<ConversationPbxAudioResponse>, Integer, Hash)> insert_user_pbx_audio_with_http_info(pbx_audio)
|
|
5112
|
+
|
|
5113
|
+
```ruby
|
|
5114
|
+
begin
|
|
5115
|
+
# Insert user pbx audio
|
|
5116
|
+
data, status_code, headers = api_instance.insert_user_pbx_audio_with_http_info(pbx_audio)
|
|
5117
|
+
p status_code # => 2xx
|
|
5118
|
+
p headers # => { ... }
|
|
5119
|
+
p data # => <ConversationPbxAudioResponse>
|
|
5120
|
+
rescue UltracartClient::ApiError => e
|
|
5121
|
+
puts "Error when calling ConversationApi->insert_user_pbx_audio_with_http_info: #{e}"
|
|
5122
|
+
end
|
|
5123
|
+
```
|
|
5124
|
+
|
|
5125
|
+
### Parameters
|
|
5126
|
+
|
|
5127
|
+
| Name | Type | Description | Notes |
|
|
5128
|
+
| ---- | ---- | ----------- | ----- |
|
|
5129
|
+
| **pbx_audio** | [**ConversationPbxAudio**](ConversationPbxAudio.md) | Pbx Audio | |
|
|
5130
|
+
|
|
5131
|
+
### Return type
|
|
5132
|
+
|
|
5133
|
+
[**ConversationPbxAudioResponse**](ConversationPbxAudioResponse.md)
|
|
5134
|
+
|
|
5135
|
+
### Authorization
|
|
5136
|
+
|
|
5137
|
+
[ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
|
|
5138
|
+
|
|
5139
|
+
### HTTP request headers
|
|
5140
|
+
|
|
5141
|
+
- **Content-Type**: application/json
|
|
5142
|
+
- **Accept**: application/json
|
|
5143
|
+
|
|
5144
|
+
|
|
4930
5145
|
## join_conversation
|
|
4931
5146
|
|
|
4932
5147
|
> join_conversation(conversation_uuid, opts)
|
|
@@ -6621,6 +6836,60 @@ end
|
|
|
6621
6836
|
- **Accept**: application/json
|
|
6622
6837
|
|
|
6623
6838
|
|
|
6839
|
+
## update_user_pbx_audio
|
|
6840
|
+
|
|
6841
|
+
> <ConversationPbxAudioResponse> update_user_pbx_audio(conversation_pbx_audio_uuid, pbx_audio)
|
|
6842
|
+
|
|
6843
|
+
Update user pbx audio
|
|
6844
|
+
|
|
6845
|
+
Update a pbx audio file owned by the authenticated user
|
|
6846
|
+
|
|
6847
|
+
|
|
6848
|
+
### Examples
|
|
6849
|
+
|
|
6850
|
+
|
|
6851
|
+
(No example for this operation).
|
|
6852
|
+
|
|
6853
|
+
|
|
6854
|
+
#### Using the update_user_pbx_audio_with_http_info variant
|
|
6855
|
+
|
|
6856
|
+
This returns an Array which contains the response data, status code and headers.
|
|
6857
|
+
|
|
6858
|
+
> <Array(<ConversationPbxAudioResponse>, Integer, Hash)> update_user_pbx_audio_with_http_info(conversation_pbx_audio_uuid, pbx_audio)
|
|
6859
|
+
|
|
6860
|
+
```ruby
|
|
6861
|
+
begin
|
|
6862
|
+
# Update user pbx audio
|
|
6863
|
+
data, status_code, headers = api_instance.update_user_pbx_audio_with_http_info(conversation_pbx_audio_uuid, pbx_audio)
|
|
6864
|
+
p status_code # => 2xx
|
|
6865
|
+
p headers # => { ... }
|
|
6866
|
+
p data # => <ConversationPbxAudioResponse>
|
|
6867
|
+
rescue UltracartClient::ApiError => e
|
|
6868
|
+
puts "Error when calling ConversationApi->update_user_pbx_audio_with_http_info: #{e}"
|
|
6869
|
+
end
|
|
6870
|
+
```
|
|
6871
|
+
|
|
6872
|
+
### Parameters
|
|
6873
|
+
|
|
6874
|
+
| Name | Type | Description | Notes |
|
|
6875
|
+
| ---- | ---- | ----------- | ----- |
|
|
6876
|
+
| **conversation_pbx_audio_uuid** | **String** | | |
|
|
6877
|
+
| **pbx_audio** | [**ConversationPbxAudio**](ConversationPbxAudio.md) | Pbx Audio | |
|
|
6878
|
+
|
|
6879
|
+
### Return type
|
|
6880
|
+
|
|
6881
|
+
[**ConversationPbxAudioResponse**](ConversationPbxAudioResponse.md)
|
|
6882
|
+
|
|
6883
|
+
### Authorization
|
|
6884
|
+
|
|
6885
|
+
[ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
|
|
6886
|
+
|
|
6887
|
+
### HTTP request headers
|
|
6888
|
+
|
|
6889
|
+
- **Content-Type**: application/json
|
|
6890
|
+
- **Accept**: application/json
|
|
6891
|
+
|
|
6892
|
+
|
|
6624
6893
|
## update_virtual_agent_budget
|
|
6625
6894
|
|
|
6626
6895
|
> <ConversationVirtualAgentBudgetResponse> update_virtual_agent_budget(virtual_agent_budget)
|
|
@@ -8,6 +8,18 @@
|
|
|
8
8
|
| **ai_timeout_seconds** | **Integer** | AI timeout seconds | [optional] |
|
|
9
9
|
| **announce_queue_position** | **Boolean** | If true, the customer is told their queue position upon entering the queue | [optional] |
|
|
10
10
|
| **automatic_coach_agent_uuid** | **String** | AI Agent UUID to automatically engage to provide coaching | [optional] |
|
|
11
|
+
| **callback_announce_audio_uuid** | **String** | Custom audio file UUID for the callback offer prompt | [optional] |
|
|
12
|
+
| **callback_announce_say** | **String** | Custom TTS text for the callback offer prompt | [optional] |
|
|
13
|
+
| **callback_confirm_audio_uuid** | **String** | Custom audio file UUID for the callback confirmation message | [optional] |
|
|
14
|
+
| **callback_confirm_say** | **String** | Custom TTS text for the callback confirmation message | [optional] |
|
|
15
|
+
| **callback_enabled** | **Boolean** | If true, the callback option is enabled for this queue | [optional] |
|
|
16
|
+
| **callback_hours_only** | **Boolean** | When true, only offer callbacks during business hours | [optional] |
|
|
17
|
+
| **callback_max_attempts** | **Integer** | Maximum number of times the system will attempt to call the customer back | [optional] |
|
|
18
|
+
| **callback_max_offers** | **Integer** | Maximum number of times the callback option is offered to a caller per call | [optional] |
|
|
19
|
+
| **callback_max_pending** | **Integer** | Maximum number of pending callbacks allowed per queue | [optional] |
|
|
20
|
+
| **callback_offer_after_seconds** | **Integer** | Seconds a caller must wait in queue before the callback option is offered | [optional] |
|
|
21
|
+
| **callback_offer_interval_seconds** | **Integer** | Seconds between repeat callback offers to the same caller | [optional] |
|
|
22
|
+
| **callback_retry_delay_seconds** | **Integer** | Delay in seconds between callback retry attempts | [optional] |
|
|
11
23
|
| **conversation_pbx_queue_uuid** | **String** | Conversation Pbx Queue unique identifier | [optional] |
|
|
12
24
|
| **conversation_voicemail_mailbox_uuid** | **String** | The voicemail mailbox associated with this queue | [optional] |
|
|
13
25
|
| **hold_conversation_pbx_audio_uuid** | **String** | The audio to play while holding in a queue | [optional] |
|
|
@@ -39,6 +51,18 @@ instance = UltracartClient::ConversationPbxQueue.new(
|
|
|
39
51
|
ai_timeout_seconds: null,
|
|
40
52
|
announce_queue_position: null,
|
|
41
53
|
automatic_coach_agent_uuid: null,
|
|
54
|
+
callback_announce_audio_uuid: null,
|
|
55
|
+
callback_announce_say: null,
|
|
56
|
+
callback_confirm_audio_uuid: null,
|
|
57
|
+
callback_confirm_say: null,
|
|
58
|
+
callback_enabled: null,
|
|
59
|
+
callback_hours_only: null,
|
|
60
|
+
callback_max_attempts: null,
|
|
61
|
+
callback_max_offers: null,
|
|
62
|
+
callback_max_pending: null,
|
|
63
|
+
callback_offer_after_seconds: null,
|
|
64
|
+
callback_offer_interval_seconds: null,
|
|
65
|
+
callback_retry_delay_seconds: null,
|
|
42
66
|
conversation_pbx_queue_uuid: null,
|
|
43
67
|
conversation_voicemail_mailbox_uuid: null,
|
|
44
68
|
hold_conversation_pbx_audio_uuid: null,
|
|
@@ -1138,6 +1138,70 @@ module UltracartClient
|
|
|
1138
1138
|
return data, status_code, headers
|
|
1139
1139
|
end
|
|
1140
1140
|
|
|
1141
|
+
# Delete user pbx audio
|
|
1142
|
+
# Delete a pbx audio file owned by the authenticated user
|
|
1143
|
+
# @param conversation_pbx_audio_uuid [String]
|
|
1144
|
+
# @param [Hash] opts the optional parameters
|
|
1145
|
+
# @return [ConversationPbxAudioResponse]
|
|
1146
|
+
def delete_user_pbx_audio(conversation_pbx_audio_uuid, opts = {})
|
|
1147
|
+
data, _status_code, _headers = delete_user_pbx_audio_with_http_info(conversation_pbx_audio_uuid, opts)
|
|
1148
|
+
data
|
|
1149
|
+
end
|
|
1150
|
+
|
|
1151
|
+
# Delete user pbx audio
|
|
1152
|
+
# Delete a pbx audio file owned by the authenticated user
|
|
1153
|
+
# @param conversation_pbx_audio_uuid [String]
|
|
1154
|
+
# @param [Hash] opts the optional parameters
|
|
1155
|
+
# @return [Array<(ConversationPbxAudioResponse, Integer, Hash)>] ConversationPbxAudioResponse data, response status code and response headers
|
|
1156
|
+
def delete_user_pbx_audio_with_http_info(conversation_pbx_audio_uuid, opts = {})
|
|
1157
|
+
if @api_client.config.debugging
|
|
1158
|
+
@api_client.config.logger.debug 'Calling API: ConversationApi.delete_user_pbx_audio ...'
|
|
1159
|
+
end
|
|
1160
|
+
# verify the required parameter 'conversation_pbx_audio_uuid' is set
|
|
1161
|
+
if @api_client.config.client_side_validation && conversation_pbx_audio_uuid.nil?
|
|
1162
|
+
fail ArgumentError, "Missing the required parameter 'conversation_pbx_audio_uuid' when calling ConversationApi.delete_user_pbx_audio"
|
|
1163
|
+
end
|
|
1164
|
+
# resource path
|
|
1165
|
+
local_var_path = '/conversation/pbx/audio/user/{conversationPbxAudioUuid}'.sub('{' + 'conversationPbxAudioUuid' + '}', CGI.escape(conversation_pbx_audio_uuid.to_s))
|
|
1166
|
+
|
|
1167
|
+
# query parameters
|
|
1168
|
+
query_params = opts[:query_params] || {}
|
|
1169
|
+
|
|
1170
|
+
# header parameters
|
|
1171
|
+
header_params = opts[:header_params] || {}
|
|
1172
|
+
header_params['X-UltraCart-Api-Version'] = @api_client.select_header_api_version()
|
|
1173
|
+
# HTTP header 'Accept' (if needed)
|
|
1174
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1175
|
+
|
|
1176
|
+
# form parameters
|
|
1177
|
+
form_params = opts[:form_params] || {}
|
|
1178
|
+
|
|
1179
|
+
# http body (model)
|
|
1180
|
+
post_body = opts[:debug_body]
|
|
1181
|
+
|
|
1182
|
+
# return_type
|
|
1183
|
+
return_type = opts[:debug_return_type] || 'ConversationPbxAudioResponse'
|
|
1184
|
+
|
|
1185
|
+
# auth_names
|
|
1186
|
+
auth_names = opts[:debug_auth_names] || ['ultraCartOauth', 'ultraCartSimpleApiKey']
|
|
1187
|
+
|
|
1188
|
+
new_options = opts.merge(
|
|
1189
|
+
:operation => :"ConversationApi.delete_user_pbx_audio",
|
|
1190
|
+
:header_params => header_params,
|
|
1191
|
+
:query_params => query_params,
|
|
1192
|
+
:form_params => form_params,
|
|
1193
|
+
:body => post_body,
|
|
1194
|
+
:auth_names => auth_names,
|
|
1195
|
+
:return_type => return_type
|
|
1196
|
+
)
|
|
1197
|
+
|
|
1198
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
|
1199
|
+
if @api_client.config.debugging
|
|
1200
|
+
@api_client.config.logger.debug "API called: ConversationApi#delete_user_pbx_audio\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1201
|
+
end
|
|
1202
|
+
return data, status_code, headers
|
|
1203
|
+
end
|
|
1204
|
+
|
|
1141
1205
|
# Agent keep alive
|
|
1142
1206
|
# Called periodically by the conversation API to keep the session alive.
|
|
1143
1207
|
# @param [Hash] opts the optional parameters
|
|
@@ -4705,6 +4769,128 @@ module UltracartClient
|
|
|
4705
4769
|
return data, status_code, headers
|
|
4706
4770
|
end
|
|
4707
4771
|
|
|
4772
|
+
# Get user pbx audio
|
|
4773
|
+
# Retrieve a pbx audio file owned by the authenticated user
|
|
4774
|
+
# @param conversation_pbx_audio_uuid [String]
|
|
4775
|
+
# @param [Hash] opts the optional parameters
|
|
4776
|
+
# @return [ConversationPbxAudioResponse]
|
|
4777
|
+
def get_user_pbx_audio(conversation_pbx_audio_uuid, opts = {})
|
|
4778
|
+
data, _status_code, _headers = get_user_pbx_audio_with_http_info(conversation_pbx_audio_uuid, opts)
|
|
4779
|
+
data
|
|
4780
|
+
end
|
|
4781
|
+
|
|
4782
|
+
# Get user pbx audio
|
|
4783
|
+
# Retrieve a pbx audio file owned by the authenticated user
|
|
4784
|
+
# @param conversation_pbx_audio_uuid [String]
|
|
4785
|
+
# @param [Hash] opts the optional parameters
|
|
4786
|
+
# @return [Array<(ConversationPbxAudioResponse, Integer, Hash)>] ConversationPbxAudioResponse data, response status code and response headers
|
|
4787
|
+
def get_user_pbx_audio_with_http_info(conversation_pbx_audio_uuid, opts = {})
|
|
4788
|
+
if @api_client.config.debugging
|
|
4789
|
+
@api_client.config.logger.debug 'Calling API: ConversationApi.get_user_pbx_audio ...'
|
|
4790
|
+
end
|
|
4791
|
+
# verify the required parameter 'conversation_pbx_audio_uuid' is set
|
|
4792
|
+
if @api_client.config.client_side_validation && conversation_pbx_audio_uuid.nil?
|
|
4793
|
+
fail ArgumentError, "Missing the required parameter 'conversation_pbx_audio_uuid' when calling ConversationApi.get_user_pbx_audio"
|
|
4794
|
+
end
|
|
4795
|
+
# resource path
|
|
4796
|
+
local_var_path = '/conversation/pbx/audio/user/{conversationPbxAudioUuid}'.sub('{' + 'conversationPbxAudioUuid' + '}', CGI.escape(conversation_pbx_audio_uuid.to_s))
|
|
4797
|
+
|
|
4798
|
+
# query parameters
|
|
4799
|
+
query_params = opts[:query_params] || {}
|
|
4800
|
+
|
|
4801
|
+
# header parameters
|
|
4802
|
+
header_params = opts[:header_params] || {}
|
|
4803
|
+
header_params['X-UltraCart-Api-Version'] = @api_client.select_header_api_version()
|
|
4804
|
+
# HTTP header 'Accept' (if needed)
|
|
4805
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4806
|
+
|
|
4807
|
+
# form parameters
|
|
4808
|
+
form_params = opts[:form_params] || {}
|
|
4809
|
+
|
|
4810
|
+
# http body (model)
|
|
4811
|
+
post_body = opts[:debug_body]
|
|
4812
|
+
|
|
4813
|
+
# return_type
|
|
4814
|
+
return_type = opts[:debug_return_type] || 'ConversationPbxAudioResponse'
|
|
4815
|
+
|
|
4816
|
+
# auth_names
|
|
4817
|
+
auth_names = opts[:debug_auth_names] || ['ultraCartOauth', 'ultraCartSimpleApiKey']
|
|
4818
|
+
|
|
4819
|
+
new_options = opts.merge(
|
|
4820
|
+
:operation => :"ConversationApi.get_user_pbx_audio",
|
|
4821
|
+
:header_params => header_params,
|
|
4822
|
+
:query_params => query_params,
|
|
4823
|
+
:form_params => form_params,
|
|
4824
|
+
:body => post_body,
|
|
4825
|
+
:auth_names => auth_names,
|
|
4826
|
+
:return_type => return_type
|
|
4827
|
+
)
|
|
4828
|
+
|
|
4829
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
4830
|
+
if @api_client.config.debugging
|
|
4831
|
+
@api_client.config.logger.debug "API called: ConversationApi#get_user_pbx_audio\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
4832
|
+
end
|
|
4833
|
+
return data, status_code, headers
|
|
4834
|
+
end
|
|
4835
|
+
|
|
4836
|
+
# Get user pbx audios
|
|
4837
|
+
# Retrieve pbx audio files owned by the authenticated user
|
|
4838
|
+
# @param [Hash] opts the optional parameters
|
|
4839
|
+
# @return [ConversationPbxAudiosResponse]
|
|
4840
|
+
def get_user_pbx_audios(opts = {})
|
|
4841
|
+
data, _status_code, _headers = get_user_pbx_audios_with_http_info(opts)
|
|
4842
|
+
data
|
|
4843
|
+
end
|
|
4844
|
+
|
|
4845
|
+
# Get user pbx audios
|
|
4846
|
+
# Retrieve pbx audio files owned by the authenticated user
|
|
4847
|
+
# @param [Hash] opts the optional parameters
|
|
4848
|
+
# @return [Array<(ConversationPbxAudiosResponse, Integer, Hash)>] ConversationPbxAudiosResponse data, response status code and response headers
|
|
4849
|
+
def get_user_pbx_audios_with_http_info(opts = {})
|
|
4850
|
+
if @api_client.config.debugging
|
|
4851
|
+
@api_client.config.logger.debug 'Calling API: ConversationApi.get_user_pbx_audios ...'
|
|
4852
|
+
end
|
|
4853
|
+
# resource path
|
|
4854
|
+
local_var_path = '/conversation/pbx/audio/user'
|
|
4855
|
+
|
|
4856
|
+
# query parameters
|
|
4857
|
+
query_params = opts[:query_params] || {}
|
|
4858
|
+
|
|
4859
|
+
# header parameters
|
|
4860
|
+
header_params = opts[:header_params] || {}
|
|
4861
|
+
header_params['X-UltraCart-Api-Version'] = @api_client.select_header_api_version()
|
|
4862
|
+
# HTTP header 'Accept' (if needed)
|
|
4863
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
4864
|
+
|
|
4865
|
+
# form parameters
|
|
4866
|
+
form_params = opts[:form_params] || {}
|
|
4867
|
+
|
|
4868
|
+
# http body (model)
|
|
4869
|
+
post_body = opts[:debug_body]
|
|
4870
|
+
|
|
4871
|
+
# return_type
|
|
4872
|
+
return_type = opts[:debug_return_type] || 'ConversationPbxAudiosResponse'
|
|
4873
|
+
|
|
4874
|
+
# auth_names
|
|
4875
|
+
auth_names = opts[:debug_auth_names] || ['ultraCartOauth', 'ultraCartSimpleApiKey']
|
|
4876
|
+
|
|
4877
|
+
new_options = opts.merge(
|
|
4878
|
+
:operation => :"ConversationApi.get_user_pbx_audios",
|
|
4879
|
+
:header_params => header_params,
|
|
4880
|
+
:query_params => query_params,
|
|
4881
|
+
:form_params => form_params,
|
|
4882
|
+
:body => post_body,
|
|
4883
|
+
:auth_names => auth_names,
|
|
4884
|
+
:return_type => return_type
|
|
4885
|
+
)
|
|
4886
|
+
|
|
4887
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
4888
|
+
if @api_client.config.debugging
|
|
4889
|
+
@api_client.config.logger.debug "API called: ConversationApi#get_user_pbx_audios\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
4890
|
+
end
|
|
4891
|
+
return data, status_code, headers
|
|
4892
|
+
end
|
|
4893
|
+
|
|
4708
4894
|
# Get virtual agent budget
|
|
4709
4895
|
# Retrieve virtual agent budget
|
|
4710
4896
|
# @param [Hash] opts the optional parameters
|
|
@@ -5799,6 +5985,75 @@ module UltracartClient
|
|
|
5799
5985
|
return data, status_code, headers
|
|
5800
5986
|
end
|
|
5801
5987
|
|
|
5988
|
+
# Insert user pbx audio
|
|
5989
|
+
# Insert a pbx audio file for the authenticated user
|
|
5990
|
+
# @param pbx_audio [ConversationPbxAudio] Pbx Audio
|
|
5991
|
+
# @param [Hash] opts the optional parameters
|
|
5992
|
+
# @return [ConversationPbxAudioResponse]
|
|
5993
|
+
def insert_user_pbx_audio(pbx_audio, opts = {})
|
|
5994
|
+
data, _status_code, _headers = insert_user_pbx_audio_with_http_info(pbx_audio, opts)
|
|
5995
|
+
data
|
|
5996
|
+
end
|
|
5997
|
+
|
|
5998
|
+
# Insert user pbx audio
|
|
5999
|
+
# Insert a pbx audio file for the authenticated user
|
|
6000
|
+
# @param pbx_audio [ConversationPbxAudio] Pbx Audio
|
|
6001
|
+
# @param [Hash] opts the optional parameters
|
|
6002
|
+
# @return [Array<(ConversationPbxAudioResponse, Integer, Hash)>] ConversationPbxAudioResponse data, response status code and response headers
|
|
6003
|
+
def insert_user_pbx_audio_with_http_info(pbx_audio, opts = {})
|
|
6004
|
+
if @api_client.config.debugging
|
|
6005
|
+
@api_client.config.logger.debug 'Calling API: ConversationApi.insert_user_pbx_audio ...'
|
|
6006
|
+
end
|
|
6007
|
+
# verify the required parameter 'pbx_audio' is set
|
|
6008
|
+
if @api_client.config.client_side_validation && pbx_audio.nil?
|
|
6009
|
+
fail ArgumentError, "Missing the required parameter 'pbx_audio' when calling ConversationApi.insert_user_pbx_audio"
|
|
6010
|
+
end
|
|
6011
|
+
# resource path
|
|
6012
|
+
local_var_path = '/conversation/pbx/audio/user'
|
|
6013
|
+
|
|
6014
|
+
# query parameters
|
|
6015
|
+
query_params = opts[:query_params] || {}
|
|
6016
|
+
|
|
6017
|
+
# header parameters
|
|
6018
|
+
header_params = opts[:header_params] || {}
|
|
6019
|
+
header_params['X-UltraCart-Api-Version'] = @api_client.select_header_api_version()
|
|
6020
|
+
# HTTP header 'Accept' (if needed)
|
|
6021
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
6022
|
+
# HTTP header 'Content-Type'
|
|
6023
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
|
6024
|
+
if !content_type.nil?
|
|
6025
|
+
header_params['Content-Type'] = content_type
|
|
6026
|
+
end
|
|
6027
|
+
|
|
6028
|
+
# form parameters
|
|
6029
|
+
form_params = opts[:form_params] || {}
|
|
6030
|
+
|
|
6031
|
+
# http body (model)
|
|
6032
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(pbx_audio)
|
|
6033
|
+
|
|
6034
|
+
# return_type
|
|
6035
|
+
return_type = opts[:debug_return_type] || 'ConversationPbxAudioResponse'
|
|
6036
|
+
|
|
6037
|
+
# auth_names
|
|
6038
|
+
auth_names = opts[:debug_auth_names] || ['ultraCartOauth', 'ultraCartSimpleApiKey']
|
|
6039
|
+
|
|
6040
|
+
new_options = opts.merge(
|
|
6041
|
+
:operation => :"ConversationApi.insert_user_pbx_audio",
|
|
6042
|
+
:header_params => header_params,
|
|
6043
|
+
:query_params => query_params,
|
|
6044
|
+
:form_params => form_params,
|
|
6045
|
+
:body => post_body,
|
|
6046
|
+
:auth_names => auth_names,
|
|
6047
|
+
:return_type => return_type
|
|
6048
|
+
)
|
|
6049
|
+
|
|
6050
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
|
6051
|
+
if @api_client.config.debugging
|
|
6052
|
+
@api_client.config.logger.debug "API called: ConversationApi#insert_user_pbx_audio\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
6053
|
+
end
|
|
6054
|
+
return data, status_code, headers
|
|
6055
|
+
end
|
|
6056
|
+
|
|
5802
6057
|
# Join a conversation
|
|
5803
6058
|
# Join a conversation
|
|
5804
6059
|
# @param conversation_uuid [String]
|
|
@@ -8042,6 +8297,81 @@ module UltracartClient
|
|
|
8042
8297
|
return data, status_code, headers
|
|
8043
8298
|
end
|
|
8044
8299
|
|
|
8300
|
+
# Update user pbx audio
|
|
8301
|
+
# Update a pbx audio file owned by the authenticated user
|
|
8302
|
+
# @param conversation_pbx_audio_uuid [String]
|
|
8303
|
+
# @param pbx_audio [ConversationPbxAudio] Pbx Audio
|
|
8304
|
+
# @param [Hash] opts the optional parameters
|
|
8305
|
+
# @return [ConversationPbxAudioResponse]
|
|
8306
|
+
def update_user_pbx_audio(conversation_pbx_audio_uuid, pbx_audio, opts = {})
|
|
8307
|
+
data, _status_code, _headers = update_user_pbx_audio_with_http_info(conversation_pbx_audio_uuid, pbx_audio, opts)
|
|
8308
|
+
data
|
|
8309
|
+
end
|
|
8310
|
+
|
|
8311
|
+
# Update user pbx audio
|
|
8312
|
+
# Update a pbx audio file owned by the authenticated user
|
|
8313
|
+
# @param conversation_pbx_audio_uuid [String]
|
|
8314
|
+
# @param pbx_audio [ConversationPbxAudio] Pbx Audio
|
|
8315
|
+
# @param [Hash] opts the optional parameters
|
|
8316
|
+
# @return [Array<(ConversationPbxAudioResponse, Integer, Hash)>] ConversationPbxAudioResponse data, response status code and response headers
|
|
8317
|
+
def update_user_pbx_audio_with_http_info(conversation_pbx_audio_uuid, pbx_audio, opts = {})
|
|
8318
|
+
if @api_client.config.debugging
|
|
8319
|
+
@api_client.config.logger.debug 'Calling API: ConversationApi.update_user_pbx_audio ...'
|
|
8320
|
+
end
|
|
8321
|
+
# verify the required parameter 'conversation_pbx_audio_uuid' is set
|
|
8322
|
+
if @api_client.config.client_side_validation && conversation_pbx_audio_uuid.nil?
|
|
8323
|
+
fail ArgumentError, "Missing the required parameter 'conversation_pbx_audio_uuid' when calling ConversationApi.update_user_pbx_audio"
|
|
8324
|
+
end
|
|
8325
|
+
# verify the required parameter 'pbx_audio' is set
|
|
8326
|
+
if @api_client.config.client_side_validation && pbx_audio.nil?
|
|
8327
|
+
fail ArgumentError, "Missing the required parameter 'pbx_audio' when calling ConversationApi.update_user_pbx_audio"
|
|
8328
|
+
end
|
|
8329
|
+
# resource path
|
|
8330
|
+
local_var_path = '/conversation/pbx/audio/user/{conversationPbxAudioUuid}'.sub('{' + 'conversationPbxAudioUuid' + '}', CGI.escape(conversation_pbx_audio_uuid.to_s))
|
|
8331
|
+
|
|
8332
|
+
# query parameters
|
|
8333
|
+
query_params = opts[:query_params] || {}
|
|
8334
|
+
|
|
8335
|
+
# header parameters
|
|
8336
|
+
header_params = opts[:header_params] || {}
|
|
8337
|
+
header_params['X-UltraCart-Api-Version'] = @api_client.select_header_api_version()
|
|
8338
|
+
# HTTP header 'Accept' (if needed)
|
|
8339
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
8340
|
+
# HTTP header 'Content-Type'
|
|
8341
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
|
8342
|
+
if !content_type.nil?
|
|
8343
|
+
header_params['Content-Type'] = content_type
|
|
8344
|
+
end
|
|
8345
|
+
|
|
8346
|
+
# form parameters
|
|
8347
|
+
form_params = opts[:form_params] || {}
|
|
8348
|
+
|
|
8349
|
+
# http body (model)
|
|
8350
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(pbx_audio)
|
|
8351
|
+
|
|
8352
|
+
# return_type
|
|
8353
|
+
return_type = opts[:debug_return_type] || 'ConversationPbxAudioResponse'
|
|
8354
|
+
|
|
8355
|
+
# auth_names
|
|
8356
|
+
auth_names = opts[:debug_auth_names] || ['ultraCartOauth', 'ultraCartSimpleApiKey']
|
|
8357
|
+
|
|
8358
|
+
new_options = opts.merge(
|
|
8359
|
+
:operation => :"ConversationApi.update_user_pbx_audio",
|
|
8360
|
+
:header_params => header_params,
|
|
8361
|
+
:query_params => query_params,
|
|
8362
|
+
:form_params => form_params,
|
|
8363
|
+
:body => post_body,
|
|
8364
|
+
:auth_names => auth_names,
|
|
8365
|
+
:return_type => return_type
|
|
8366
|
+
)
|
|
8367
|
+
|
|
8368
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
|
8369
|
+
if @api_client.config.debugging
|
|
8370
|
+
@api_client.config.logger.debug "API called: ConversationApi#update_user_pbx_audio\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
8371
|
+
end
|
|
8372
|
+
return data, status_code, headers
|
|
8373
|
+
end
|
|
8374
|
+
|
|
8045
8375
|
# Update virtual agent budget
|
|
8046
8376
|
# Update virtual agent budget
|
|
8047
8377
|
# @param virtual_agent_budget [ConversationVirtualAgentBudget] Virtual Agent Budget
|
|
@@ -27,6 +27,42 @@ module UltracartClient
|
|
|
27
27
|
# AI Agent UUID to automatically engage to provide coaching
|
|
28
28
|
attr_accessor :automatic_coach_agent_uuid
|
|
29
29
|
|
|
30
|
+
# Custom audio file UUID for the callback offer prompt
|
|
31
|
+
attr_accessor :callback_announce_audio_uuid
|
|
32
|
+
|
|
33
|
+
# Custom TTS text for the callback offer prompt
|
|
34
|
+
attr_accessor :callback_announce_say
|
|
35
|
+
|
|
36
|
+
# Custom audio file UUID for the callback confirmation message
|
|
37
|
+
attr_accessor :callback_confirm_audio_uuid
|
|
38
|
+
|
|
39
|
+
# Custom TTS text for the callback confirmation message
|
|
40
|
+
attr_accessor :callback_confirm_say
|
|
41
|
+
|
|
42
|
+
# If true, the callback option is enabled for this queue
|
|
43
|
+
attr_accessor :callback_enabled
|
|
44
|
+
|
|
45
|
+
# When true, only offer callbacks during business hours
|
|
46
|
+
attr_accessor :callback_hours_only
|
|
47
|
+
|
|
48
|
+
# Maximum number of times the system will attempt to call the customer back
|
|
49
|
+
attr_accessor :callback_max_attempts
|
|
50
|
+
|
|
51
|
+
# Maximum number of times the callback option is offered to a caller per call
|
|
52
|
+
attr_accessor :callback_max_offers
|
|
53
|
+
|
|
54
|
+
# Maximum number of pending callbacks allowed per queue
|
|
55
|
+
attr_accessor :callback_max_pending
|
|
56
|
+
|
|
57
|
+
# Seconds a caller must wait in queue before the callback option is offered
|
|
58
|
+
attr_accessor :callback_offer_after_seconds
|
|
59
|
+
|
|
60
|
+
# Seconds between repeat callback offers to the same caller
|
|
61
|
+
attr_accessor :callback_offer_interval_seconds
|
|
62
|
+
|
|
63
|
+
# Delay in seconds between callback retry attempts
|
|
64
|
+
attr_accessor :callback_retry_delay_seconds
|
|
65
|
+
|
|
30
66
|
# Conversation Pbx Queue unique identifier
|
|
31
67
|
attr_accessor :conversation_pbx_queue_uuid
|
|
32
68
|
|
|
@@ -115,6 +151,18 @@ module UltracartClient
|
|
|
115
151
|
:'ai_timeout_seconds' => :'ai_timeout_seconds',
|
|
116
152
|
:'announce_queue_position' => :'announce_queue_position',
|
|
117
153
|
:'automatic_coach_agent_uuid' => :'automatic_coach_agent_uuid',
|
|
154
|
+
:'callback_announce_audio_uuid' => :'callback_announce_audio_uuid',
|
|
155
|
+
:'callback_announce_say' => :'callback_announce_say',
|
|
156
|
+
:'callback_confirm_audio_uuid' => :'callback_confirm_audio_uuid',
|
|
157
|
+
:'callback_confirm_say' => :'callback_confirm_say',
|
|
158
|
+
:'callback_enabled' => :'callback_enabled',
|
|
159
|
+
:'callback_hours_only' => :'callback_hours_only',
|
|
160
|
+
:'callback_max_attempts' => :'callback_max_attempts',
|
|
161
|
+
:'callback_max_offers' => :'callback_max_offers',
|
|
162
|
+
:'callback_max_pending' => :'callback_max_pending',
|
|
163
|
+
:'callback_offer_after_seconds' => :'callback_offer_after_seconds',
|
|
164
|
+
:'callback_offer_interval_seconds' => :'callback_offer_interval_seconds',
|
|
165
|
+
:'callback_retry_delay_seconds' => :'callback_retry_delay_seconds',
|
|
118
166
|
:'conversation_pbx_queue_uuid' => :'conversation_pbx_queue_uuid',
|
|
119
167
|
:'conversation_voicemail_mailbox_uuid' => :'conversation_voicemail_mailbox_uuid',
|
|
120
168
|
:'hold_conversation_pbx_audio_uuid' => :'hold_conversation_pbx_audio_uuid',
|
|
@@ -150,6 +198,18 @@ module UltracartClient
|
|
|
150
198
|
:'ai_timeout_seconds' => :'Integer',
|
|
151
199
|
:'announce_queue_position' => :'Boolean',
|
|
152
200
|
:'automatic_coach_agent_uuid' => :'String',
|
|
201
|
+
:'callback_announce_audio_uuid' => :'String',
|
|
202
|
+
:'callback_announce_say' => :'String',
|
|
203
|
+
:'callback_confirm_audio_uuid' => :'String',
|
|
204
|
+
:'callback_confirm_say' => :'String',
|
|
205
|
+
:'callback_enabled' => :'Boolean',
|
|
206
|
+
:'callback_hours_only' => :'Boolean',
|
|
207
|
+
:'callback_max_attempts' => :'Integer',
|
|
208
|
+
:'callback_max_offers' => :'Integer',
|
|
209
|
+
:'callback_max_pending' => :'Integer',
|
|
210
|
+
:'callback_offer_after_seconds' => :'Integer',
|
|
211
|
+
:'callback_offer_interval_seconds' => :'Integer',
|
|
212
|
+
:'callback_retry_delay_seconds' => :'Integer',
|
|
153
213
|
:'conversation_pbx_queue_uuid' => :'String',
|
|
154
214
|
:'conversation_voicemail_mailbox_uuid' => :'String',
|
|
155
215
|
:'hold_conversation_pbx_audio_uuid' => :'String',
|
|
@@ -210,6 +270,54 @@ module UltracartClient
|
|
|
210
270
|
self.automatic_coach_agent_uuid = attributes[:'automatic_coach_agent_uuid']
|
|
211
271
|
end
|
|
212
272
|
|
|
273
|
+
if attributes.key?(:'callback_announce_audio_uuid')
|
|
274
|
+
self.callback_announce_audio_uuid = attributes[:'callback_announce_audio_uuid']
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
if attributes.key?(:'callback_announce_say')
|
|
278
|
+
self.callback_announce_say = attributes[:'callback_announce_say']
|
|
279
|
+
end
|
|
280
|
+
|
|
281
|
+
if attributes.key?(:'callback_confirm_audio_uuid')
|
|
282
|
+
self.callback_confirm_audio_uuid = attributes[:'callback_confirm_audio_uuid']
|
|
283
|
+
end
|
|
284
|
+
|
|
285
|
+
if attributes.key?(:'callback_confirm_say')
|
|
286
|
+
self.callback_confirm_say = attributes[:'callback_confirm_say']
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
if attributes.key?(:'callback_enabled')
|
|
290
|
+
self.callback_enabled = attributes[:'callback_enabled']
|
|
291
|
+
end
|
|
292
|
+
|
|
293
|
+
if attributes.key?(:'callback_hours_only')
|
|
294
|
+
self.callback_hours_only = attributes[:'callback_hours_only']
|
|
295
|
+
end
|
|
296
|
+
|
|
297
|
+
if attributes.key?(:'callback_max_attempts')
|
|
298
|
+
self.callback_max_attempts = attributes[:'callback_max_attempts']
|
|
299
|
+
end
|
|
300
|
+
|
|
301
|
+
if attributes.key?(:'callback_max_offers')
|
|
302
|
+
self.callback_max_offers = attributes[:'callback_max_offers']
|
|
303
|
+
end
|
|
304
|
+
|
|
305
|
+
if attributes.key?(:'callback_max_pending')
|
|
306
|
+
self.callback_max_pending = attributes[:'callback_max_pending']
|
|
307
|
+
end
|
|
308
|
+
|
|
309
|
+
if attributes.key?(:'callback_offer_after_seconds')
|
|
310
|
+
self.callback_offer_after_seconds = attributes[:'callback_offer_after_seconds']
|
|
311
|
+
end
|
|
312
|
+
|
|
313
|
+
if attributes.key?(:'callback_offer_interval_seconds')
|
|
314
|
+
self.callback_offer_interval_seconds = attributes[:'callback_offer_interval_seconds']
|
|
315
|
+
end
|
|
316
|
+
|
|
317
|
+
if attributes.key?(:'callback_retry_delay_seconds')
|
|
318
|
+
self.callback_retry_delay_seconds = attributes[:'callback_retry_delay_seconds']
|
|
319
|
+
end
|
|
320
|
+
|
|
213
321
|
if attributes.key?(:'conversation_pbx_queue_uuid')
|
|
214
322
|
self.conversation_pbx_queue_uuid = attributes[:'conversation_pbx_queue_uuid']
|
|
215
323
|
end
|
|
@@ -295,6 +403,14 @@ module UltracartClient
|
|
|
295
403
|
# @return Array for valid properties with the reasons
|
|
296
404
|
def list_invalid_properties
|
|
297
405
|
invalid_properties = Array.new
|
|
406
|
+
if !@callback_announce_audio_uuid.nil? && @callback_announce_audio_uuid.to_s.length > 50
|
|
407
|
+
invalid_properties.push('invalid value for "callback_announce_audio_uuid", the character length must be smaller than or equal to 50.')
|
|
408
|
+
end
|
|
409
|
+
|
|
410
|
+
if !@callback_confirm_audio_uuid.nil? && @callback_confirm_audio_uuid.to_s.length > 50
|
|
411
|
+
invalid_properties.push('invalid value for "callback_confirm_audio_uuid", the character length must be smaller than or equal to 50.')
|
|
412
|
+
end
|
|
413
|
+
|
|
298
414
|
if !@conversation_voicemail_mailbox_uuid.nil? && @conversation_voicemail_mailbox_uuid.to_s.length > 50
|
|
299
415
|
invalid_properties.push('invalid value for "conversation_voicemail_mailbox_uuid", the character length must be smaller than or equal to 50.')
|
|
300
416
|
end
|
|
@@ -343,6 +459,8 @@ module UltracartClient
|
|
|
343
459
|
def valid?
|
|
344
460
|
ai_priority_validator = EnumAttributeValidator.new('String', ["neutral", "first", "backup"])
|
|
345
461
|
return false unless ai_priority_validator.valid?(@ai_priority)
|
|
462
|
+
return false if !@callback_announce_audio_uuid.nil? && @callback_announce_audio_uuid.to_s.length > 50
|
|
463
|
+
return false if !@callback_confirm_audio_uuid.nil? && @callback_confirm_audio_uuid.to_s.length > 50
|
|
346
464
|
return false if !@conversation_voicemail_mailbox_uuid.nil? && @conversation_voicemail_mailbox_uuid.to_s.length > 50
|
|
347
465
|
return false if !@hold_conversation_pbx_audio_uuid.nil? && @hold_conversation_pbx_audio_uuid.to_s.length > 50
|
|
348
466
|
return false if !@merchant_id.nil? && @merchant_id.to_s.length > 5
|
|
@@ -370,6 +488,26 @@ module UltracartClient
|
|
|
370
488
|
@ai_priority = ai_priority
|
|
371
489
|
end
|
|
372
490
|
|
|
491
|
+
# Custom attribute writer method with validation
|
|
492
|
+
# @param [Object] callback_announce_audio_uuid Value to be assigned
|
|
493
|
+
def callback_announce_audio_uuid=(callback_announce_audio_uuid)
|
|
494
|
+
if !callback_announce_audio_uuid.nil? && callback_announce_audio_uuid.to_s.length > 50
|
|
495
|
+
fail ArgumentError, 'invalid value for "callback_announce_audio_uuid", the character length must be smaller than or equal to 50.'
|
|
496
|
+
end
|
|
497
|
+
|
|
498
|
+
@callback_announce_audio_uuid = callback_announce_audio_uuid
|
|
499
|
+
end
|
|
500
|
+
|
|
501
|
+
# Custom attribute writer method with validation
|
|
502
|
+
# @param [Object] callback_confirm_audio_uuid Value to be assigned
|
|
503
|
+
def callback_confirm_audio_uuid=(callback_confirm_audio_uuid)
|
|
504
|
+
if !callback_confirm_audio_uuid.nil? && callback_confirm_audio_uuid.to_s.length > 50
|
|
505
|
+
fail ArgumentError, 'invalid value for "callback_confirm_audio_uuid", the character length must be smaller than or equal to 50.'
|
|
506
|
+
end
|
|
507
|
+
|
|
508
|
+
@callback_confirm_audio_uuid = callback_confirm_audio_uuid
|
|
509
|
+
end
|
|
510
|
+
|
|
373
511
|
# Custom attribute writer method with validation
|
|
374
512
|
# @param [Object] conversation_voicemail_mailbox_uuid Value to be assigned
|
|
375
513
|
def conversation_voicemail_mailbox_uuid=(conversation_voicemail_mailbox_uuid)
|
|
@@ -479,6 +617,18 @@ module UltracartClient
|
|
|
479
617
|
ai_timeout_seconds == o.ai_timeout_seconds &&
|
|
480
618
|
announce_queue_position == o.announce_queue_position &&
|
|
481
619
|
automatic_coach_agent_uuid == o.automatic_coach_agent_uuid &&
|
|
620
|
+
callback_announce_audio_uuid == o.callback_announce_audio_uuid &&
|
|
621
|
+
callback_announce_say == o.callback_announce_say &&
|
|
622
|
+
callback_confirm_audio_uuid == o.callback_confirm_audio_uuid &&
|
|
623
|
+
callback_confirm_say == o.callback_confirm_say &&
|
|
624
|
+
callback_enabled == o.callback_enabled &&
|
|
625
|
+
callback_hours_only == o.callback_hours_only &&
|
|
626
|
+
callback_max_attempts == o.callback_max_attempts &&
|
|
627
|
+
callback_max_offers == o.callback_max_offers &&
|
|
628
|
+
callback_max_pending == o.callback_max_pending &&
|
|
629
|
+
callback_offer_after_seconds == o.callback_offer_after_seconds &&
|
|
630
|
+
callback_offer_interval_seconds == o.callback_offer_interval_seconds &&
|
|
631
|
+
callback_retry_delay_seconds == o.callback_retry_delay_seconds &&
|
|
482
632
|
conversation_pbx_queue_uuid == o.conversation_pbx_queue_uuid &&
|
|
483
633
|
conversation_voicemail_mailbox_uuid == o.conversation_voicemail_mailbox_uuid &&
|
|
484
634
|
hold_conversation_pbx_audio_uuid == o.hold_conversation_pbx_audio_uuid &&
|
|
@@ -510,7 +660,7 @@ module UltracartClient
|
|
|
510
660
|
# Calculates hash code according to all attributes.
|
|
511
661
|
# @return [Integer] Hash code
|
|
512
662
|
def hash
|
|
513
|
-
[ai_priority, ai_timeout_seconds, announce_queue_position, automatic_coach_agent_uuid, conversation_pbx_queue_uuid, conversation_voicemail_mailbox_uuid, hold_conversation_pbx_audio_uuid, max_hold_seconds, members, merchant_id, name, no_agent_available_play_audio_uuid, no_agent_available_say, no_agent_available_say_voice, play_audio_uuid, record_call, say, say_voice, twilio_taskrouter_workflow_sid, twilio_workspace_queue_sid, voicemail, wait_critical_seconds, wait_warning_seconds, wrap_up_seconds].hash
|
|
663
|
+
[ai_priority, ai_timeout_seconds, announce_queue_position, automatic_coach_agent_uuid, callback_announce_audio_uuid, callback_announce_say, callback_confirm_audio_uuid, callback_confirm_say, callback_enabled, callback_hours_only, callback_max_attempts, callback_max_offers, callback_max_pending, callback_offer_after_seconds, callback_offer_interval_seconds, callback_retry_delay_seconds, conversation_pbx_queue_uuid, conversation_voicemail_mailbox_uuid, hold_conversation_pbx_audio_uuid, max_hold_seconds, members, merchant_id, name, no_agent_available_play_audio_uuid, no_agent_available_say, no_agent_available_say_voice, play_audio_uuid, record_call, say, say_voice, twilio_taskrouter_workflow_sid, twilio_workspace_queue_sid, voicemail, wait_critical_seconds, wait_warning_seconds, wrap_up_seconds].hash
|
|
514
664
|
end
|
|
515
665
|
|
|
516
666
|
# Builds the object from hash
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ultracart_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.70
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- UltraCart
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03
|
|
11
|
+
date: 2026-04-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|