AgentsPagedResultOutputItem 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 AgentsPagedResultOutputItem : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.AgentsPagedResultOutputItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.AgentsPagedResultOutputItem>
type AgentsPagedResultOutputItem = class
interface IJsonModel<AgentsPagedResultOutputItem>
interface IPersistableModel<AgentsPagedResultOutputItem>
Public Class AgentsPagedResultOutputItem
Implements IJsonModel(Of AgentsPagedResultOutputItem), IPersistableModel(Of AgentsPagedResultOutputItem)
- Inheritance
-
AgentsPagedResultOutputItem
- 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 AgentsPagedResultOutputItem) | |