ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
AppendEventRequest
Interface AppendEventRequest
The parameters for
appendEvent
.
interface
AppendEventRequest
{
event
:
Event
;
session
:
Session
;
}
Properties
event
event
:
Event
The event to append.
session
session
:
Session
The session to append the event to.
Properties
event
session
ADK for TypeScript: API Reference
Loading...
The parameters for
appendEvent.