mimiq
Preparing search index...
index
RecordingTurn
Interface RecordingTurn
interface
RecordingTurn
{
actor
:
"customer"
|
"agent"
;
content
?:
string
;
screenshot
?:
string
;
target
?:
string
;
timestamp
:
string
;
toolCalls
?:
RecordingToolCall
[]
;
turn
:
number
;
type
:
"message"
|
"click"
|
"type"
|
"select"
|
"navigate"
;
uiState
?:
RecordingUiState
;
}
Index
Properties
actor
content?
screenshot?
target?
timestamp
tool
Calls?
turn
type
ui
State?
Properties
actor
actor
:
"customer"
|
"agent"
Optional
content
content
?:
string
Optional
screenshot
screenshot
?:
string
Optional
target
target
?:
string
timestamp
timestamp
:
string
Optional
tool
Calls
toolCalls
?:
RecordingToolCall
[]
turn
turn
:
number
type
type
:
"message"
|
"click"
|
"type"
|
"select"
|
"navigate"
Optional
ui
State
uiState
?:
RecordingUiState
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actor
content
screenshot
target
timestamp
tool
Calls
turn
type
ui
State
mimiq
Loading...