public class GetWsTokenRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetWsTokenRequest() |
GetWsTokenRequest(GetWsTokenRequest 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
|
Long |
getType()
Get 接入类型
|
String |
getVisitorBizId()
Get 坐席ID
|
GetWsTokenReq_Label[] |
getVisitorLabels()
Get 坐席标签
|
void |
setBotAppKey(String BotAppKey)
Set 应用AppKey
|
void |
setType(Long Type)
Set 接入类型
|
void |
setVisitorBizId(String VisitorBizId)
Set 坐席ID
|
void |
setVisitorLabels(GetWsTokenReq_Label[] VisitorLabels)
Set 坐席标签
|
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, toJsonString
public GetWsTokenRequest()
public GetWsTokenRequest(GetWsTokenRequest source)
public Long getType()
public void setType(Long Type)
Type
- 接入类型public String getBotAppKey()
public void setBotAppKey(String BotAppKey)
BotAppKey
- 应用AppKeypublic String getVisitorBizId()
public void setVisitorBizId(String VisitorBizId)
VisitorBizId
- 坐席IDpublic GetWsTokenReq_Label[] getVisitorLabels()
public void setVisitorLabels(GetWsTokenReq_Label[] VisitorLabels)
VisitorLabels
- 坐席标签Copyright © 2024. All rights reserved.