AgentsPagedResultResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The response data for a requested list of items.
public class AgentsPagedResultResponse : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.AgentsPagedResultResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.AgentsPagedResultResponse>
type AgentsPagedResultResponse = class
interface IJsonModel<AgentsPagedResultResponse>
interface IPersistableModel<AgentsPagedResultResponse>
Public Class AgentsPagedResultResponse
Implements IJsonModel(Of AgentsPagedResultResponse), IPersistableModel(Of AgentsPagedResultResponse)
- Inheritance
-
AgentsPagedResultResponse
- Implements
Properties
| Name | Description |
|---|---|
| Data |
The requested list of items. |
| FirstId |
The first ID represented in this list. |
| HasMore |
A value indicating whether there are additional values available not captured in this list. |
| LastId |
The last ID represented in this list. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to AgentsPagedResultResponse) | |