toggle menu
trailblaze-report
jvm
switch theme
search in API
trailblaze-report
/
xyz.block.trailblaze.report.models
/
SessionEvent
/
LlmRequest
Llm
Request
@
Serializable
data
class
LlmRequest
(
val
screenshotFile
:
String
?
,
val
deviceHeight
:
Int
,
val
deviceWidth
:
Int
,
val
durationMs
:
Long
,
val
elapsedTimeMs
:
Long
,
val
timestamp
:
Instant
)
:
SessionEvent
,
HasScreenshot
Members
Constructors
Llm
Request
Link copied to clipboard
constructor
(
screenshotFile
:
String
?
,
deviceHeight
:
Int
,
deviceWidth
:
Int
,
durationMs
:
Long
,
elapsedTimeMs
:
Long
,
timestamp
:
Instant
)
Properties
device
Height
Link copied to clipboard
open
override
val
deviceHeight
:
Int
device
Width
Link copied to clipboard
open
override
val
deviceWidth
:
Int
duration
Ms
Link copied to clipboard
open
override
val
durationMs
:
Long
elapsed
Time
Ms
Link copied to clipboard
open
override
val
elapsedTimeMs
:
Long
screenshot
File
Link copied to clipboard
open
override
val
screenshotFile
:
String
?
timestamp
Link copied to clipboard
open
override
val
timestamp
:
Instant