public class QueryRecentConversationsRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueryRecentConversationsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryRecentConversationsRequest |
build(Map<String,?> map) |
Boolean |
getOnlyHuman() |
Boolean |
getOnlyInnerGroup() |
String |
getUserId() |
QueryRecentConversationsRequest |
setOnlyHuman(Boolean onlyHuman) |
QueryRecentConversationsRequest |
setOnlyInnerGroup(Boolean onlyInnerGroup) |
QueryRecentConversationsRequest |
setUserId(String userId) |
@NameInMap(value="onlyHuman") public Boolean onlyHuman
@NameInMap(value="onlyInnerGroup") public Boolean onlyInnerGroup
@NameInMap(value="userId") public String userId
public static QueryRecentConversationsRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryRecentConversationsRequest setOnlyHuman(Boolean onlyHuman)
public Boolean getOnlyHuman()
public QueryRecentConversationsRequest setOnlyInnerGroup(Boolean onlyInnerGroup)
public Boolean getOnlyInnerGroup()
public QueryRecentConversationsRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.