Skip to content

Commit cbb0169

Browse files
committed
Update API GetTaskResult: add response parameters Body.data.asrResult.$.roleName.
1 parent de2ae58 commit cbb0169

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

contactcenterai-20240603/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/contactcenterai20240603",
3-
"version": "3.6.3",
3+
"version": "3.6.4",
44
"description": "",
55
"main": "dist/client.js",
66
"scripts": {

contactcenterai-20240603/src/models/GetTaskResultResponseBodyDataAsrResult.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export class GetTaskResultResponseBodyDataAsrResult extends $dara.Model {
77
emotionValue?: number;
88
end?: number;
99
role?: string;
10+
roleName?: string;
1011
speechRate?: number;
1112
words?: string;
1213
static names(): { [key: string]: string } {
@@ -15,6 +16,7 @@ export class GetTaskResultResponseBodyDataAsrResult extends $dara.Model {
1516
emotionValue: 'emotionValue',
1617
end: 'end',
1718
role: 'role',
19+
roleName: 'roleName',
1820
speechRate: 'speechRate',
1921
words: 'words',
2022
};
@@ -26,6 +28,7 @@ export class GetTaskResultResponseBodyDataAsrResult extends $dara.Model {
2628
emotionValue: 'number',
2729
end: 'number',
2830
role: 'string',
31+
roleName: 'string',
2932
speechRate: 'number',
3033
words: 'string',
3134
};

0 commit comments

Comments
 (0)