tencent cloud

Feedback

Querying the Conversation List under the Digital Human Project

Last updated: 2024-07-19 10:00:06
 It is used to query all ongoing conversation lists under the digital human project.

Calling Protocol

HTTPS + JSON
POST /v2/ivh/sessionmanager/sessionmanagerservice/listsessionofprojectid
Header Content-Type: application/json;charset=utf-8

Request Parameters

Parameter name
Type
Required
Description
ReqId
String
Yes
Unique identifier for each request, a 32-character UUID.
VirtualmanProjectId
String
Yes
Digital Human Project ID.

Response Parameter

Parameter name
Type
Required
Description
ReqId
String
Yes
Unique identifier for a single request.
Sessions
Yes
Session list array
Session
Name
Type
Required
Description
UserId
String
Yes
User's unique identifier
SessionId
String
Yes
Unique identifier for the session.
SessionStatus
int
Yes
Stream status.1: in progress; 2: closed; 3: preparing; 4: stream creation failed
PlayStreamAddr
String
No
Stream playback address, returned upon successful stream creation
DriverType
String
Yes
Digital human type. 1: text-driven; 3: voice-driven (original sound).
IsSessionStarted
bool
Yes
It indicates whether the session has started. Drive instructions can only be sent when the session is active.

Request Sample

{
"Header": {},
"Payload": {
"ReqId": "d7aa08da33dd4a662ad5be508c5b77cf",
}
}

Response Sample

{
"Header": {
"Code": 0,
"Message": "",
"RequestID": "123",
},
"Payload": {
"ReqId": "d7aa08da33dd4a662ad5be508c5b77cf",
"Sessions": [
{
"UserId": "abc",
"SessionId": "m123",
"SessionStatus": 1,
"PlayStreamAddr": "rtmp://live.qq.com/live/m789",
"DriverType": 1,
"IsSessionStarted": true
}
]
}
}


Catalog

In The Article

Querying the Conversation List under the Digital Human Project

Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support