Preparing search index...
The search index is not available
ADK-TS API Reference
ADK-TS API Reference
Events
EventCompaction
Interface EventCompaction
Event compaction data structure containing the summarized content and the timestamp range it covers.
interface
EventCompaction
{
startTimestamp
:
number
;
endTimestamp
:
number
;
compactedContent
:
Content
;
}
Index
Properties
start
Timestamp
end
Timestamp
compacted
Content
Properties
start
Timestamp
start
Timestamp
:
number
end
Timestamp
end
Timestamp
:
number
compacted
Content
compacted
Content
:
Content
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
start
Timestamp
end
Timestamp
compacted
Content
ADK-TS API Reference
Loading...
Event compaction data structure containing the summarized content and the timestamp range it covers.