TencentCloudChatRobotModelContent constructor

TencentCloudChatRobotModelContent(
  1. String content,
  2. List<TencentCloudChatRobotModelContentItem> items,
  3. String title
)

Implementation

TencentCloudChatRobotModelContent(
  this.content,
  this.items,
  this.title,
);