tencentcloud-sdk-nodejs-ccc 4.1.186 → 4.1.189
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.
package/package.json
CHANGED
|
@@ -197,7 +197,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
197
197
|
*/
|
|
198
198
|
UnbindNumberCallOutSkillGroup(req: UnbindNumberCallOutSkillGroupRequest, cb?: (error: string, rep: UnbindNumberCallOutSkillGroupResponse) => void): Promise<UnbindNumberCallOutSkillGroupResponse>;
|
|
199
199
|
/**
|
|
200
|
-
*
|
|
200
|
+
* 此接口用于在通话结束后,通过 session id 和时间戳,查询单一通话的通话详情。包括:主被叫信息、录音等。
|
|
201
201
|
*/
|
|
202
202
|
DescribeSessionDetail(req: DescribeSessionDetailRequest, cb?: (error: string, rep: DescribeSessionDetailResponse) => void): Promise<DescribeSessionDetailResponse>;
|
|
203
203
|
/**
|
|
@@ -307,7 +307,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
307
307
|
return this.request("UnbindNumberCallOutSkillGroup", req, cb);
|
|
308
308
|
}
|
|
309
309
|
/**
|
|
310
|
-
*
|
|
310
|
+
* 此接口用于在通话结束后,通过 session id 和时间戳,查询单一通话的通话详情。包括:主被叫信息、录音等。
|
|
311
311
|
*/
|
|
312
312
|
async DescribeSessionDetail(req, cb) {
|
|
313
313
|
return this.request("DescribeSessionDetail", req, cb);
|
|
@@ -1207,7 +1207,7 @@ export interface DescribeSessionDetailResponse {
|
|
|
1207
1207
|
*/
|
|
1208
1208
|
QueuedSkillGroupName?: string;
|
|
1209
1209
|
/**
|
|
1210
|
-
*
|
|
1210
|
+
* 录音链接,带鉴权和有效期,获取之后请在24 小时内拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接
|
|
1211
1211
|
*/
|
|
1212
1212
|
RecordURL?: string;
|
|
1213
1213
|
/**
|
|
@@ -1215,7 +1215,7 @@ export interface DescribeSessionDetailResponse {
|
|
|
1215
1215
|
*/
|
|
1216
1216
|
CustomRecordURL?: string;
|
|
1217
1217
|
/**
|
|
1218
|
-
*
|
|
1218
|
+
* 录音文本信息链接,带鉴权和有效期,获取之后请在24 小时拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接
|
|
1219
1219
|
*/
|
|
1220
1220
|
AsrURL?: string;
|
|
1221
1221
|
/**
|