toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.web.rest
/
MentionDto
Mention
Dto
data
class
MentionDto
(
val
name
:
String
,
val
type
:
String
,
val
suggestedId
:
String
?
=
null
,
val
role
:
String
=
"OTHER"
)
Members
Constructors
Mention
Dto
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
,
suggestedId
:
String
?
=
null
,
role
:
String
=
"OTHER"
)
Properties
name
Link copied to clipboard
val
name
:
String
role
Link copied to clipboard
val
role
:
String
suggested
Id
Link copied to clipboard
val
suggestedId
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
Functions
to
Entity
Mention
Link copied to clipboard
fun
toEntityMention
(
resolvedId
:
String
?
=
suggestedId
)
:
EntityMention