AiAgentsQueryResponse
No description
type AiAgentsQueryResponse {
numberOfResults: Long!
currentPageSize: Int!
aiAgents: [AiAgent!]
}
Fields
AiAgentsQueryResponse.numberOfResults ● Long! non-null scalar platform {#number-of-results}
Total number of items
AiAgentsQueryResponse.currentPageSize ● Int! non-null scalar miscellaneous {#current-page-size}
Number of items in the current page.
AiAgentsQueryResponse.aiAgents ● [AiAgent!] list object agent-control-tower {#ai-agents}
Returned By
aiAgents query
Was this topic helpful?