tencent cloud

Tencent Cloud AI Digital Human

문서Tencent Cloud AI Digital Human

Heartbeat Instruction

Download
포커스 모드
폰트 크기
마지막 업데이트 시간: 2024-07-19 10:13:22
If the cloud does not receive any drive instructions for more than 10 minutes, the connection will be automatically disconnected, and concurrency will be released. After you Create Long Connection Channel, the session can be extended by sending a heartbeat instruction.
Note:
The sending interval should be greater than 30 seconds and less than 10 minutes.

Request Parameters

Parameter name
Type
Required
Description
ReqId
String
Yes
Unique identifier for each request, a 32-character UUID.
SessionId
String
Yes
Unique identifier for the session.
Command
String
Yes
SEND_HEARTBEAT: Send a heartbeat.
Data
Yes
Data Object
Data
Name
Type
Required
Description
Text
string
Yes
Use the fixed value PING

Request Sample

{
"Header": {},
"Payload": {
"ReqId": "d7aa08da33dd4a662ad5be508c5b77cf",
"SessionId": "m123adfafvbadsafd",
"Command": "SEND_HEARTBEAT",
"Data": {
"Text": "PING",
}
}
}


도움말 및 지원

문제 해결에 도움이 되었나요?

피드백