ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
ActivityEvent
Interface ActivityEvent
Represents a generic activity or status update.
interface
ActivityEvent
{
detail
:
Record
<
string
,
unknown
>
;
kind
:
string
;
type
:
ACTIVITY
;
}
Properties
detail
detail
:
Record
<
string
,
unknown
>
kind
kind
:
string
type
type
:
ACTIVITY
Properties
detail
kind
type
ADK for TypeScript: API Reference
Loading...
Represents a generic activity or status update.