TencentCloudChatRobotData constructor

TencentCloudChatRobotData(
  1. int chatbotPlugin,
  2. List<String> chunks,
  3. TencentCloudChatRobotSrcEnum src,
  4. TencentCloudChatRobotModelContent content,
  5. String subtype,
  6. String robotID,
  7. int isFinished,
  8. String msgID,
)

Implementation

TencentCloudChatRobotData(
  this.chatbotPlugin,
  this.chunks,
  this.src,
  this.content,
  this.subtype,
  this.robotID,
  this.isFinished,
  this.msgID,
);