Mention 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Mention() |
初始化 Mention 类的新实例。 |
Mention(ChannelAccount, String, String) |
初始化 Mention 类的新实例。 |
Mention()
Mention(ChannelAccount, String, String)
初始化 Mention 类的新实例。
public Mention (Microsoft.Bot.Schema.ChannelAccount mentioned = default, string text = default, string type = default);
new Microsoft.Bot.Schema.Mention : Microsoft.Bot.Schema.ChannelAccount * string * string -> Microsoft.Bot.Schema.Mention
Public Sub New (Optional mentioned As ChannelAccount = Nothing, Optional text As String = Nothing, Optional type As String = Nothing)
参数
- mentioned
- ChannelAccount
提到的用户。
- text
- String
表示提及 (的子文本可以为 null 或空) 。
- type
- String
此实体的类型 (RFC 3987 IRI)。