Member Junction
Preparing search index...
@memberjunction/realtime-widget
WidgetChatMessage
Interface WidgetChatMessage
A single chat message rendered in the widget transcript.
interface
WidgetChatMessage
{
role
:
"user"
|
"agent"
|
"system"
;
text
:
string
;
timestampMs
:
number
;
}
Index
Properties
role
text
timestamp
Ms
Properties
role
role
:
"user"
|
"agent"
|
"system"
text
text
:
string
timestamp
Ms
timestampMs
:
number
Epoch ms; used for ordering + display.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
role
text
timestamp
Ms
Member Junction
Loading...
A single chat message rendered in the widget transcript.