toggle menu
nutrient
Nutrient
switch theme
search in API
nutrient
/
io.nutrient.data.models
/
Suggestion
Suggestion
@
Serializable
data
class
Suggestion
(
val
text
:
String
,
val
type
:
String
,
val
agent
:
String
,
val
parameters
:
Parameters
)
Members
Constructors
Suggestion
Link copied to clipboard
constructor
(
text
:
String
,
type
:
String
,
agent
:
String
,
parameters
:
Parameters
)
Properties
agent
Link copied to clipboard
val
agent
:
String
parameters
Link copied to clipboard
val
parameters
:
Parameters
text
Link copied to clipboard
val
text
:
String
type
Link copied to clipboard
val
type
:
String