public class TextProcessRequest extends AbstractModel
Constructor and Description |
---|
TextProcessRequest() |
TextProcessRequest(TextProcessRequest 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 |
getBotEnv()
Get 机器人版本,取值"dev"或"release",{调试版本:dev;线上版本:release}。
|
String |
getBotId()
Get 机器人标识,用于定义抽象机器人。
|
String |
getInputText()
Get 请求的文本。
|
String |
getPlatformId()
Get 当PlatformType为微信公众号或企业微信时,传递对应微信公众号或企业微信的唯一标识
|
String |
getPlatformType()
Get 平台类型,{小程序:MiniProgram;小微:XiaoWei;公众号:OfficialAccount;企业微信: WXWork}。
|
String |
getSessionAttributes()
Get 透传字段,透传给用户自定义的WebService服务。
|
String |
getTerminalId()
Get 终端标识,每个终端(或线程)对应一个,区分并发多用户。
|
void |
setBotEnv(String BotEnv)
Set 机器人版本,取值"dev"或"release",{调试版本:dev;线上版本:release}。
|
void |
setBotId(String BotId)
Set 机器人标识,用于定义抽象机器人。
|
void |
setInputText(String InputText)
Set 请求的文本。
|
void |
setPlatformId(String PlatformId)
Set 当PlatformType为微信公众号或企业微信时,传递对应微信公众号或企业微信的唯一标识
|
void |
setPlatformType(String PlatformType)
Set 平台类型,{小程序:MiniProgram;小微:XiaoWei;公众号:OfficialAccount;企业微信: WXWork}。
|
void |
setSessionAttributes(String SessionAttributes)
Set 透传字段,透传给用户自定义的WebService服务。
|
void |
setTerminalId(String TerminalId)
Set 终端标识,每个终端(或线程)对应一个,区分并发多用户。
|
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 TextProcessRequest()
public TextProcessRequest(TextProcessRequest source)
public String getBotId()
public void setBotId(String BotId)
BotId
- 机器人标识,用于定义抽象机器人。public String getBotEnv()
public void setBotEnv(String BotEnv)
BotEnv
- 机器人版本,取值"dev"或"release",{调试版本:dev;线上版本:release}。public String getTerminalId()
public void setTerminalId(String TerminalId)
TerminalId
- 终端标识,每个终端(或线程)对应一个,区分并发多用户。public String getInputText()
public void setInputText(String InputText)
InputText
- 请求的文本。public String getSessionAttributes()
public void setSessionAttributes(String SessionAttributes)
SessionAttributes
- 透传字段,透传给用户自定义的WebService服务。public String getPlatformType()
public void setPlatformType(String PlatformType)
PlatformType
- 平台类型,{小程序:MiniProgram;小微:XiaoWei;公众号:OfficialAccount;企业微信: WXWork}。public String getPlatformId()
public void setPlatformId(String PlatformId)
PlatformId
- 当PlatformType为微信公众号或企业微信时,传递对应微信公众号或企业微信的唯一标识Copyright © 2021. All rights reserved.