public class ChatBotRequest extends AbstractModel
Constructor and Description |
---|
ChatBotRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getFlag()
Get 0: 通用闲聊, 1:儿童闲聊, 默认是通用闲聊
|
String |
getOpenId()
Get 服务的id, 主要用于儿童闲聊接口,比如手Q的openid
|
String |
getQuery()
Get 用户请求的query
|
void |
setFlag(Long Flag)
Set 0: 通用闲聊, 1:儿童闲聊, 默认是通用闲聊
|
void |
setOpenId(String OpenId)
Set 服务的id, 主要用于儿童闲聊接口,比如手Q的openid
|
void |
setQuery(String Query)
Set 用户请求的query
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getQuery()
public void setQuery(String Query)
Query
- 用户请求的querypublic Long getFlag()
public void setFlag(Long Flag)
Flag
- 0: 通用闲聊, 1:儿童闲聊, 默认是通用闲聊public String getOpenId()
public void setOpenId(String OpenId)
OpenId
- 服务的id, 主要用于儿童闲聊接口,比如手Q的openidCopyright © 2020. All rights reserved.