File tree 3 files changed +16
-1
lines changed
src/main/java/com/aliyun/contactcenterai20240603/models
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2025-05-06 Version: 3.6.2
2
+ - Update API CreateTask: add request parameters body.transcription.roleIdentification.
3
+
4
+
1
5
2025-04-16 Version: 3.6.1
2
6
- Generated java 2024-06-03 for ContactCenterAI.
3
7
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.aliyun</groupId >
5
5
<artifactId >contactcenterai20240603</artifactId >
6
- <version >3.6.1 </version >
6
+ <version >3.6.2 </version >
7
7
<packaging >jar</packaging >
8
8
<name >contactcenterai20240603</name >
9
9
<description >Alibaba Cloud ContactCenterAI (20240603) SDK for Java
Original file line number Diff line number Diff line change @@ -556,6 +556,9 @@ public static class CreateTaskRequestTranscription extends TeaModel {
556
556
@ NameInMap ("level" )
557
557
public String level ;
558
558
559
+ @ NameInMap ("roleIdentification" )
560
+ public Boolean roleIdentification ;
561
+
559
562
/**
560
563
* <strong>example:</strong>
561
564
* <p>1</p>
@@ -623,6 +626,14 @@ public String getLevel() {
623
626
return this .level ;
624
627
}
625
628
629
+ public CreateTaskRequestTranscription setRoleIdentification (Boolean roleIdentification ) {
630
+ this .roleIdentification = roleIdentification ;
631
+ return this ;
632
+ }
633
+ public Boolean getRoleIdentification () {
634
+ return this .roleIdentification ;
635
+ }
636
+
626
637
public CreateTaskRequestTranscription setServiceChannel (Integer serviceChannel ) {
627
638
this .serviceChannel = serviceChannel ;
628
639
return this ;
You can’t perform that action at this time.
0 commit comments