TencentCloudChatRobotData constructor
TencentCloudChatRobotData(
- int chatbotPlugin,
- List<
String> chunks, - TencentCloudChatRobotSrcEnum src,
- TencentCloudChatRobotModelContent content,
- String subtype,
- String robotID,
- int isFinished,
- String msgID,
Implementation
TencentCloudChatRobotData(
this.chatbotPlugin,
this.chunks,
this.src,
this.content,
this.subtype,
this.robotID,
this.isFinished,
this.msgID,
);