public static class CallbackActionValue.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CallbackActionValue.Builder |
agentId(String agentId)
agent_id
示例值:""
|
CallbackActionValue.Builder |
agentType(CallbackActionValueAgentTypeEnum agentType)
agent_type
示例值:1
|
CallbackActionValue.Builder |
agentType(Integer agentType)
agent_type
示例值:1
|
CallbackActionValue |
build() |
CallbackActionValue.Builder |
responseType(CallbackActionValueResponseTypeEnum responseType)
response_type
示例值:1
|
CallbackActionValue.Builder |
responseType(Integer responseType)
response_type
示例值:1
|
CallbackActionValue.Builder |
strategyInfo(String strategyInfo)
strategy_info
示例值:""
|
public CallbackActionValue.Builder strategyInfo(String strategyInfo)
示例值:""
strategyInfo - public CallbackActionValue.Builder agentId(String agentId)
示例值:""
agentId - public CallbackActionValue.Builder agentType(Integer agentType)
示例值:1
agentType - public CallbackActionValue.Builder agentType(CallbackActionValueAgentTypeEnum agentType)
示例值:1
agentType - CallbackActionValueAgentTypeEnumpublic CallbackActionValue.Builder responseType(Integer responseType)
示例值:1
responseType - public CallbackActionValue.Builder responseType(CallbackActionValueResponseTypeEnum responseType)
示例值:1
responseType - CallbackActionValueResponseTypeEnumpublic CallbackActionValue build()
Copyright © 2024. All rights reserved.