Mention Class
Mention information (entity type: "mention").
Constructor
pydantic model Mention
Parameters
| Name | Description |
|---|---|
|
mentioned
Required
|
The mentioned user |
|
text
Required
|
Sub Text which represents the mention (can be null or empty) |
|
type
Required
|
Type of this entity (RFC 3987 IRI) |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
type
|
Default value: EntityTypes.MENTION
|
|
mentioned
|
Default value: None
|
|
text
|
Default value: None
|
Attributes
additional_properties
Returns the set of properties that are not None.
mentioned
field mentioned: ChannelAccount = None
text
field text: str = None
type
field type: MENTION: 'mention'>] = EntityTypes.MENTION