ProjectsAgentsModelFactory.AgentsPagedResultOptimizationCandidate Method
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 static Azure.AI.Projects.Agents.AgentsPagedResultOptimizationCandidate AgentsPagedResultOptimizationCandidate(System.Collections.Generic.IEnumerable<Azure.AI.Projects.Agents.OptimizationCandidate> data = default, string firstId = default, string lastId = default, bool hasMore = false);
static member AgentsPagedResultOptimizationCandidate : seq<Azure.AI.Projects.Agents.OptimizationCandidate> * string * string * bool -> Azure.AI.Projects.Agents.AgentsPagedResultOptimizationCandidate
Public Shared Function AgentsPagedResultOptimizationCandidate (Optional data As IEnumerable(Of OptimizationCandidate) = Nothing, Optional firstId As String = Nothing, Optional lastId As String = Nothing, Optional hasMore As Boolean = false) As AgentsPagedResultOptimizationCandidate
Parameters
The requested list of items.
- firstId
- String
The first ID represented in this list.
- lastId
- String
The last ID represented in this list.
- hasMore
- Boolean
A value indicating whether there are additional values available not captured in this list.
Returns
A new AgentsPagedResultOptimizationCandidate instance for mocking.