horologist
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
horologist
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