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