Mention Class
Mention information (entity type: "mention").
- Inheritance
-
msrest.serialization.ModelMention
Constructor
Mention(*, mentioned=None, text: str = None, type: str = None, **kwargs)
Parameters
Name | Description |
---|---|
mentioned
Required
|
<xref:botframework.connector.models.ChannelAccount>
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 |
---|---|
mentioned
Required
|
|
text
Required
|
|
type
Required
|
|