public class OapiChatSendRequest extends BaseTaobaoRequest<OapiChatSendResponse>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OapiChatSendRequest.ActionCard
actionCard消息
|
static class |
OapiChatSendRequest.Body
消息体
|
static class |
OapiChatSendRequest.BtnJson
使用独立跳转ActionCard样式时的按钮列表;必须与btn_orientation同时设置
|
static class |
OapiChatSendRequest.BtnJsonList
使用独立跳转ActionCard样式时的按钮列表;必须与btn_orientation同时设置
|
static class |
OapiChatSendRequest.File
文件消息
|
static class |
OapiChatSendRequest.Form
消息体的表单,最多显示6个,超过会被隐藏
|
static class |
OapiChatSendRequest.Head
消息头部
|
static class |
OapiChatSendRequest.Image
图片消息
|
static class |
OapiChatSendRequest.Link
链接消息
|
static class |
OapiChatSendRequest.Markdown
markdown消息
|
static class |
OapiChatSendRequest.Msg
消息格式
|
static class |
OapiChatSendRequest.Oa
OA消息
|
static class |
OapiChatSendRequest.Rich
单行富文本信息
|
static class |
OapiChatSendRequest.Text
文本消息
|
static class |
OapiChatSendRequest.Voice
语音消息
|
headerMap, order, session, targetAppKey, timestamp, topMixParams, udfParams| 构造器和说明 |
|---|
OapiChatSendRequest() |
getBatchApiOrder, getBatchApiSession, getHeaderMap, getTargetAppKey, getTimestamp, getTopApiFormat, getTopApiVersion, getTopContentType, getTopMixParams, putHeaderParam, putOtherTextParam, setBatchApiOrder, setBatchApiSession, setHeaderMap, setTargetAppKey, setTimestamp, setTopApiCallType, setTopApiFormat, setTopApiVersion, setTopContentType, setTopMixParamspublic void setActionCard(String actionCard)
public void setActionCard(OapiChatSendRequest.ActionCard actionCard)
public String getActionCard()
public void setChatid(String chatid)
public String getChatid()
public void setFile(String file)
public void setFile(OapiChatSendRequest.File file)
public String getFile()
public void setImage(String image)
public void setImage(OapiChatSendRequest.Image image)
public String getImage()
public void setLink(String link)
public void setLink(OapiChatSendRequest.Link link)
public String getLink()
public void setMarkdown(String markdown)
public void setMarkdown(OapiChatSendRequest.Markdown markdown)
public String getMarkdown()
public void setMsg(String msg)
public void setMsg(OapiChatSendRequest.Msg msg)
public String getMsg()
public void setMsgtype(String msgtype)
public String getMsgtype()
public void setOa(String oa)
public void setOa(OapiChatSendRequest.Oa oa)
public String getOa()
public void setText(String text)
public void setText(OapiChatSendRequest.Text text)
public String getText()
public void setVoice(String voice)
public void setVoice(OapiChatSendRequest.Voice voice)
public String getVoice()
public String getApiMethodName()
TaobaoRequestgetApiMethodName 在接口中 TaobaoRequest<OapiChatSendResponse>getApiMethodName 在类中 BaseTaobaoRequest<OapiChatSendResponse>public String getTopResponseType()
TaobaoRequestgetTopResponseType 在接口中 TaobaoRequest<OapiChatSendResponse>getTopResponseType 在类中 BaseTaobaoRequest<OapiChatSendResponse>public void setTopResponseType(String topResponseType)
public String getTopApiCallType()
TaobaoRequestgetTopApiCallType 在接口中 TaobaoRequest<OapiChatSendResponse>getTopApiCallType 在类中 BaseTaobaoRequest<OapiChatSendResponse>public String getTopHttpMethod()
TaobaoRequestgetTopHttpMethod 在接口中 TaobaoRequest<OapiChatSendResponse>getTopHttpMethod 在类中 BaseTaobaoRequest<OapiChatSendResponse>public void setTopHttpMethod(String topHttpMethod)
public void setHttpMethod(String httpMethod)
public Map<String,String> getTextParams()
TaobaoRequestpublic Class<OapiChatSendResponse> getResponseClass()
TaobaoRequestpublic void check()
throws ApiRuleException
TaobaoRequestApiRuleExceptionCopyright © 2020. All rights reserved.