tencent cloud

Tencent Cloud AI Digital Human

Product Overview
Overview
Product Features
Product Advantage
Purchase Guide
Pricing Guide
Purchase Guide
Process for Purchasing with Vouchers
Refund Instructions
Introduction of Avatar
Introduction to Image Categories
Basic Image Library
Guide on Avatar and Voice Clone
Digital Human Platform Operation Guide
Accessing Platform
Avatar Production and Asset Management
Digital Human Conversation Interaction Application and Management
Broadcast Digital Human Video Generation and Management
Operations Management and Analysis
Server API Integration
Digital Human API Access Mode Overview
Avatar aPaas API Calling Methods
Avatar Image Customization and Voice Clone API Documentation
Video Generation Service API Documentation
Interactive Digital Human Service API Documentation
Personal Asset Management API Documentation
Client SDK Integration
Overall Introduction
3D Client-Side Rendering SDK Integration
2D Client-Side Rendering SDK Integration
Digital Human SSML Markup Language Specification
Related Agreement
Privacy Policy
DSA (Data Sharing Agreement)
FAQs

Heartbeat Instruction

PDF
Focus Mode
Font Size
Last updated: 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",
}
}
}


Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback