Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 4.17 KB

File metadata and controls

15 lines (12 loc) · 4.17 KB

AgentUseCaseInsight

Fields

Field Type Required Description Example
useCase Optional<String> Use case name
runCount Optional<Long> Total number of runs for this use case over the specified time period.
trend Optional<Float> Percentage change in runs compared to the previous equivalent time period.
topDepartments Optional<String> Comma-separated list of the top departments using this use case.
topAgentId Optional<String> ID of the most-used agent for this use case.
topAgentName Optional<String> Name of the most-used agent for this use case.
topAgentIcon Optional<IconConfig> Defines how to render an icon {
"color": "#343CED",
"key": "person_icon",
"iconType": "GLYPH",
"name": "user"
}
topAgentIsDeleted Optional<Boolean> Indicates whether the top agent has been deleted.