ActivityStatus
Compact agent activity status with elapsed time, task progress, and one live announcement.
Use ActivityStatus for one observable operation. Supply visible status text. Let only one owner announce each transition.
Interactive example
Loading interactive example
API
| Member | Type | Kind | Required | Default |
|---|---|---|---|---|
activityId | string | prop | Yes | |
announcement | string | prop | No | undefined |
elapsed | string | prop | No | undefined |
label | string | prop | Yes | |
politeness | 'polite' | 'assertive' | prop | No | 'polite' |
progress | ActivityProgress | prop | No | undefined |
status | AgentStatus | prop | Yes | |
statusLabel | string | prop | Yes |
Examples
Source
Loading source