public class PrivateChatQueryRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
maxResults |
String |
nextToken |
String |
openConversationId |
String |
processQueryKey |
String |
robotCode |
| 构造器和说明 |
|---|
PrivateChatQueryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PrivateChatQueryRequest |
build(Map<String,?> map) |
Long |
getMaxResults() |
String |
getNextToken() |
String |
getOpenConversationId() |
String |
getProcessQueryKey() |
String |
getRobotCode() |
PrivateChatQueryRequest |
setMaxResults(Long maxResults) |
PrivateChatQueryRequest |
setNextToken(String nextToken) |
PrivateChatQueryRequest |
setOpenConversationId(String openConversationId) |
PrivateChatQueryRequest |
setProcessQueryKey(String processQueryKey) |
PrivateChatQueryRequest |
setRobotCode(String robotCode) |
@NameInMap(value="maxResults") public Long maxResults
@NameInMap(value="nextToken") public String nextToken
@NameInMap(value="openConversationId") public String openConversationId
@NameInMap(value="processQueryKey") public String processQueryKey
@NameInMap(value="robotCode") public String robotCode
public static PrivateChatQueryRequest build(Map<String,?> map) throws Exception
Exceptionpublic PrivateChatQueryRequest setMaxResults(Long maxResults)
public Long getMaxResults()
public PrivateChatQueryRequest setNextToken(String nextToken)
public String getNextToken()
public PrivateChatQueryRequest setOpenConversationId(String openConversationId)
public String getOpenConversationId()
public PrivateChatQueryRequest setProcessQueryKey(String processQueryKey)
public String getProcessQueryKey()
public PrivateChatQueryRequest setRobotCode(String robotCode)
public String getRobotCode()
Copyright © 2023. All rights reserved.