TencentCloudChatRobotModelContent constructor
TencentCloudChatRobotModelContent(
- String content,
- List<
TencentCloudChatRobotModelContentItem> items, - String title
Implementation
TencentCloudChatRobotModelContent(
this.content,
this.items,
this.title,
);