public class BotFlow extends AbstractModel
Constructor and Description |
---|
BotFlow() |
BotFlow(BotFlow 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 |
getBotFlowId()
Get 对话流ID
|
String |
getBotFlowName()
Get 对话流名称
|
PhonePool[] |
getPhonePoolList()
Get 号码组信息列表
|
void |
setBotFlowId(String BotFlowId)
Set 对话流ID
|
void |
setBotFlowName(String BotFlowName)
Set 对话流名称
|
void |
setPhonePoolList(PhonePool[] PhonePoolList)
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 BotFlow()
public BotFlow(BotFlow source)
public String getBotFlowId()
public void setBotFlowId(String BotFlowId)
BotFlowId
- 对话流IDpublic String getBotFlowName()
public void setBotFlowName(String BotFlowName)
BotFlowName
- 对话流名称public PhonePool[] getPhonePoolList()
public void setPhonePoolList(PhonePool[] PhonePoolList)
PhonePoolList
- 号码组信息列表Copyright © 2022. All rights reserved.