toggle menu
horologist
androidJvm
switch theme
search in API
ai-ui
/
com.google.android.horologist.ai.ui.model
/
TextPromptUiModel
Text
Prompt
Ui
Model
data
class
TextPromptUiModel
(
val
prompt
:
String
,
val
submitted
:
Instant
=
Instant.now()
)
:
PromptUiModel
Members
Constructors
Text
Prompt
Ui
Model
Link copied to clipboard
constructor
(
prompt
:
String
,
submitted
:
Instant
=
Instant.now()
)
Properties
prompt
Link copied to clipboard
val
prompt
:
String
submitted
Link copied to clipboard
val
submitted
:
Instant