Mention Class

Mention information (entity type: "mention").

Inheritance
msrest.serialization.Model
Mention

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
str

Sub Text which represents the mention (can be null or empty)

type
Required
str

Type of this entity (RFC 3987 IRI)

Keyword-Only Parameters

Name Description
mentioned
Required
text
Required
type
Required