TencentCloudChatRobotCardMessage constructor
const
TencentCloudChatRobotCardMessage({
- Key? key,
- required TencentCloudChatRobotData robotData,
Implementation
const TencentCloudChatRobotCardMessage({
super.key,
required this.robotData,
});