public class ListAgentAgentChatSessionReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListAgentAgentChatSessionReq.Builder |
| 构造器和说明 |
|---|
ListAgentAgentChatSessionReq() |
ListAgentAgentChatSessionReq(ListAgentAgentChatSessionReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAgentId() |
Integer |
getPageSize() |
String |
getPageToken() |
static ListAgentAgentChatSessionReq.Builder |
newBuilder() |
void |
setAgentId(String agentId) |
void |
setPageSize(Integer pageSize) |
void |
setPageToken(String pageToken) |
public ListAgentAgentChatSessionReq()
public ListAgentAgentChatSessionReq(ListAgentAgentChatSessionReq.Builder builder)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public String getPageToken()
public void setPageToken(String pageToken)
public String getAgentId()
public void setAgentId(String agentId)
public static ListAgentAgentChatSessionReq.Builder newBuilder()
Copyright © 2026. All rights reserved.