AiAgentsListingQueryResponse
No description
type AiAgentsListingQueryResponse {
numberOfResults: Long!
pageIndex: Int
currentPageSize: Int!
aiAgentListings: [AiAgentListing!]
aiAgentStatusCount: [AiAgentStatusCount]
}
Fields
AiAgentsListingQueryResponse.numberOfResults ● Long! non-null scalar partner-portal
Total number of items
AiAgentsListingQueryResponse.pageIndex ● Int scalar miscellaneous
AiAgentsListingQueryResponse.currentPageSize ● Int! non-null scalar miscellaneous
AiAgentsListingQueryResponse.aiAgentListings ● [AiAgentListing!] list object agent-control-tower
AiAgentsListingQueryResponse.aiAgentStatusCount ● [AiAgentStatusCount] list object agent-control-tower
Returned By
aiAgentListings query
Was this topic helpful?