public class PrivateChatQueryRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
maxResults
example:
50
|
String |
nextToken
example:
50
|
String |
openConversationId
example:
cid6KeBBLoveMJOGXoYKF5x7EeiodoA==
|
String |
processQueryKey
This parameter is required.
|
String |
robotCode
example:
dingue4kfzdxbyn0pjqd
|
| 构造器和说明 |
|---|
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
50
@NameInMap(value="nextToken") public String nextToken
50
@NameInMap(value="openConversationId") public String openConversationId
cid6KeBBLoveMJOGXoYKF5x7EeiodoA==
@NameInMap(value="processQueryKey") public String processQueryKey
This parameter is required.
example:Kna29Ra5pdJznx1ghavbumkQKwDzgfxZLapw55G7x0Q=
@NameInMap(value="robotCode") public String robotCode
dingue4kfzdxbyn0pjqd
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 © 2025. All rights reserved.