public class RateMsgRecordRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RateMsgRecordRequest() | 
| RateMsgRecordRequest(RateMsgRecordRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBotAppKey()Get 应用appKey | 
| String[] | getReasons()Get 原因,只有Score参数为2即点踩的时候才需要输入 | 
| String | getRecordId()Get 消息ID 【大模型回复答案的RecordID】 | 
| Long | getScore()Get 1: 点赞;   2: 点踩;   
注:
(1) 评测端不支持点赞、点踩
(2) 消息回复类型为欢迎语、并发超限、实时文档,不支持点赞、点踩 | 
| void | setBotAppKey(String BotAppKey)Set 应用appKey | 
| void | setReasons(String[] Reasons)Set 原因,只有Score参数为2即点踩的时候才需要输入 | 
| void | setRecordId(String RecordId)Set 消息ID 【大模型回复答案的RecordID】 | 
| void | setScore(Long Score)Set 1: 点赞;   2: 点踩;   
注:
(1) 评测端不支持点赞、点踩
(2) 消息回复类型为欢迎语、并发超限、实时文档,不支持点赞、点踩 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RateMsgRecordRequest()
public RateMsgRecordRequest(RateMsgRecordRequest source)
public String getBotAppKey()
public void setBotAppKey(String BotAppKey)
BotAppKey - 应用appKeypublic String getRecordId()
public void setRecordId(String RecordId)
RecordId - 消息ID 【大模型回复答案的RecordID】public Long getScore()
public void setScore(Long Score)
Score - 1: 点赞;   2: 点踩;   
注:
(1) 评测端不支持点赞、点踩
(2) 消息回复类型为欢迎语、并发超限、实时文档,不支持点赞、点踩public String[] getReasons()
public void setReasons(String[] Reasons)
Reasons - 原因,只有Score参数为2即点踩的时候才需要输入Copyright © 2025. All rights reserved.