Skip to content

Commit c58bd39

Browse files
committed
Support to pass variables to authentication IVR.
1 parent 61fe9f3 commit c58bd39

File tree

211 files changed

+10377
-253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+10377
-253
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2022-04-26 Version: 2.4.3
2+
- Support to pass variables to authentication IVR.
3+
14
2022-04-25 Version: 3.4.14
25
- Generated 2020-05-18 for `dataworks-public`.
36

aliyun-net-sdk-ccc/CCC/Model/V20200701/AbortCampaignResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
using System.Collections.Generic;
20-
20+
using Newtonsoft.Json;
2121
using Aliyun.Acs.Core;
2222

2323
namespace Aliyun.Acs.CCC.Model.V20200701

aliyun-net-sdk-ccc/CCC/Model/V20200701/AddNumbersToSkillGroupResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
using System.Collections.Generic;
20-
20+
using Newtonsoft.Json;
2121
using Aliyun.Acs.Core;
2222

2323
namespace Aliyun.Acs.CCC.Model.V20200701

aliyun-net-sdk-ccc/CCC/Model/V20200701/AddPersonalNumbersToUserResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
using System.Collections.Generic;
20-
20+
using Newtonsoft.Json;
2121
using Aliyun.Acs.Core;
2222

2323
namespace Aliyun.Acs.CCC.Model.V20200701

aliyun-net-sdk-ccc/CCC/Model/V20200701/AddPhoneNumberToSkillGroupsResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
using System.Collections.Generic;
20-
20+
using Newtonsoft.Json;
2121
using Aliyun.Acs.Core;
2222

2323
namespace Aliyun.Acs.CCC.Model.V20200701

aliyun-net-sdk-ccc/CCC/Model/V20200701/AddPhoneNumbersResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
using System.Collections.Generic;
20-
20+
using Newtonsoft.Json;
2121
using Aliyun.Acs.Core;
2222

2323
namespace Aliyun.Acs.CCC.Model.V20200701

aliyun-net-sdk-ccc/CCC/Model/V20200701/AddSkillGroupsToUserResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
using System.Collections.Generic;
20-
20+
using Newtonsoft.Json;
2121
using Aliyun.Acs.Core;
2222

2323
namespace Aliyun.Acs.CCC.Model.V20200701

aliyun-net-sdk-ccc/CCC/Model/V20200701/AddUsersToSkillGroupResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
using System.Collections.Generic;
20-
20+
using Newtonsoft.Json;
2121
using Aliyun.Acs.Core;
2222

2323
namespace Aliyun.Acs.CCC.Model.V20200701

aliyun-net-sdk-ccc/CCC/Model/V20200701/AnswerCallResponse.cs

+15-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
using System.Collections.Generic;
20-
20+
using Newtonsoft.Json;
2121
using Aliyun.Acs.Core;
2222

2323
namespace Aliyun.Acs.CCC.Model.V20200701
@@ -161,6 +161,8 @@ public class AnswerCall_CallContext
161161

162162
private string instanceId;
163163

164+
private string callType;
165+
164166
private List<AnswerCall_ChannelContext> channelContexts;
165167

166168
public string JobId
@@ -187,6 +189,18 @@ public string InstanceId
187189
}
188190
}
189191

192+
public string CallType
193+
{
194+
get
195+
{
196+
return callType;
197+
}
198+
set
199+
{
200+
callType = value;
201+
}
202+
}
203+
190204
public List<AnswerCall_ChannelContext> ChannelContexts
191205
{
192206
get

aliyun-net-sdk-ccc/CCC/Model/V20200701/AssignUsersResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
using System.Collections.Generic;
20-
20+
using Newtonsoft.Json;
2121
using Aliyun.Acs.Core;
2222

2323
namespace Aliyun.Acs.CCC.Model.V20200701

aliyun-net-sdk-ccc/CCC/Model/V20200701/BargeInCallResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
using System.Collections.Generic;
20-
20+
using Newtonsoft.Json;
2121
using Aliyun.Acs.Core;
2222

2323
namespace Aliyun.Acs.CCC.Model.V20200701

aliyun-net-sdk-ccc/CCC/Model/V20200701/BlindTransferResponse.cs

+15-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
using System.Collections.Generic;
20-
20+
using Newtonsoft.Json;
2121
using Aliyun.Acs.Core;
2222

2323
namespace Aliyun.Acs.CCC.Model.V20200701
@@ -112,10 +112,24 @@ public BlindTransfer_Data Data
112112
public class BlindTransfer_Data
113113
{
114114

115+
private long? contextId;
116+
115117
private BlindTransfer_CallContext callContext;
116118

117119
private BlindTransfer_UserContext userContext;
118120

121+
public long? ContextId
122+
{
123+
get
124+
{
125+
return contextId;
126+
}
127+
set
128+
{
129+
contextId = value;
130+
}
131+
}
132+
119133
public BlindTransfer_CallContext CallContext
120134
{
121135
get

aliyun-net-sdk-ccc/CCC/Model/V20200701/CancelAttendedTransferResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
using System.Collections.Generic;
20-
20+
using Newtonsoft.Json;
2121
using Aliyun.Acs.Core;
2222

2323
namespace Aliyun.Acs.CCC.Model.V20200701

aliyun-net-sdk-ccc/CCC/Model/V20200701/ChangeWorkModeResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
using System.Collections.Generic;
20-
20+
using Newtonsoft.Json;
2121
using Aliyun.Acs.Core;
2222

2323
namespace Aliyun.Acs.CCC.Model.V20200701

aliyun-net-sdk-ccc/CCC/Model/V20200701/CoachCallResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
using System.Collections.Generic;
20-
20+
using Newtonsoft.Json;
2121
using Aliyun.Acs.Core;
2222

2323
namespace Aliyun.Acs.CCC.Model.V20200701

aliyun-net-sdk-ccc/CCC/Model/V20200701/CompleteAttendedTransferResponse.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919
using System.Collections.Generic;
20-
20+
using Newtonsoft.Json;
2121
using Aliyun.Acs.Core;
2222

2323
namespace Aliyun.Acs.CCC.Model.V20200701
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
18+
*/
19+
using System.Collections.Generic;
20+
21+
using Aliyun.Acs.Core;
22+
using Aliyun.Acs.Core.Http;
23+
using Aliyun.Acs.Core.Transform;
24+
using Aliyun.Acs.Core.Utils;
25+
using Aliyun.Acs.CCC;
26+
using Aliyun.Acs.CCC.Transform;
27+
using Aliyun.Acs.CCC.Transform.V20200701;
28+
29+
namespace Aliyun.Acs.CCC.Model.V20200701
30+
{
31+
public class CreateCallTagsRequest : RpcAcsRequest<CreateCallTagsResponse>
32+
{
33+
public CreateCallTagsRequest()
34+
: base("CCC", "2020-07-01", "CreateCallTags")
35+
{
36+
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
37+
{
38+
this.GetType().GetProperty("ProductEndpointMap").SetValue(this, Aliyun.Acs.CCC.Endpoint.endpointMap, null);
39+
this.GetType().GetProperty("ProductEndpointType").SetValue(this, Aliyun.Acs.CCC.Endpoint.endpointRegionalType, null);
40+
}
41+
Method = MethodType.POST;
42+
}
43+
44+
private string instanceId;
45+
46+
private string callTagNameList;
47+
48+
public string InstanceId
49+
{
50+
get
51+
{
52+
return instanceId;
53+
}
54+
set
55+
{
56+
instanceId = value;
57+
DictionaryUtil.Add(QueryParameters, "InstanceId", value);
58+
}
59+
}
60+
61+
public string CallTagNameList
62+
{
63+
get
64+
{
65+
return callTagNameList;
66+
}
67+
set
68+
{
69+
callTagNameList = value;
70+
DictionaryUtil.Add(QueryParameters, "CallTagNameList", value);
71+
}
72+
}
73+
74+
public override bool CheckShowJsonItemName()
75+
{
76+
return false;
77+
}
78+
79+
public override CreateCallTagsResponse GetResponse(UnmarshallerContext unmarshallerContext)
80+
{
81+
return CreateCallTagsResponseUnmarshaller.Unmarshall(unmarshallerContext);
82+
}
83+
}
84+
}

0 commit comments

Comments
 (0)