|
|
@@ -24,27 +24,11 @@ public class WebAiCourseVO extends PageParam {
|
|
|
private String acContent;
|
|
|
|
|
|
|
|
|
- @Schema(description = "简介")
|
|
|
- private String aiCourseInfo;
|
|
|
- @Schema(description = "人物图标")
|
|
|
- private String aiCourseUserImage;
|
|
|
- @Schema(description = "人物初始方向")
|
|
|
- private Integer aiCourseUserDirection;
|
|
|
- @Schema(description = "地图方格大小")
|
|
|
- private String aiCourseTileSize;
|
|
|
- @Schema(description = "地图背景图")
|
|
|
- private String aiCourseBackground;
|
|
|
- @Schema(description = "地图开始坐标")
|
|
|
- private String aiCourseStartPoint;
|
|
|
- @Schema(description = "地图结束坐标")
|
|
|
- private String aiCourseEndPoint;
|
|
|
- @Schema(description = "地图可行走坐标")
|
|
|
- private String aiCourseWalkablePoints;
|
|
|
- @Schema(description = "特殊方块")
|
|
|
- private String aiCourseSpecialBlocks;
|
|
|
- @Schema(description = "路径列表")
|
|
|
- private String aiCourseRouteList;
|
|
|
+ @Schema(description = "前置对话")
|
|
|
+ private String aiPreDialogues;
|
|
|
|
|
|
+ @Schema(description = "回复补充")
|
|
|
+ private String aiReplySupplement;
|
|
|
|
|
|
|
|
|
@Schema(description = "课程是否有检查")
|