mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 20:51:48 +00:00
(improvement)(Chat) Integrate chat with plugin recognizer and parse result processor (#820)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.tencent.supersonic.headless.api.pojo.response;
|
||||
|
||||
import com.tencent.supersonic.headless.api.pojo.SchemaMapInfo;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class MapResp {
|
||||
|
||||
private String queryText;
|
||||
|
||||
private SchemaMapInfo mapInfo = new SchemaMapInfo();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user