Attachment 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Attachment() |
初始化 Attachment 类的新实例。 |
Attachment(String, String, Object, String, String) |
初始化 Attachment 类的新实例。 |
Attachment()
Attachment(String, String, Object, String, String)
初始化 Attachment 类的新实例。
public Attachment (string contentType = default, string contentUrl = default, object content = default, string name = default, string thumbnailUrl = default);
new Microsoft.Bot.Schema.Attachment : string * string * obj * string * string -> Microsoft.Bot.Schema.Attachment
Public Sub New (Optional contentType As String = Nothing, Optional contentUrl As String = Nothing, Optional content As Object = Nothing, Optional name As String = Nothing, Optional thumbnailUrl As String = Nothing)
参数
- contentType
- String
文件的 mimetype/Contenttype。
- contentUrl
- String
内容 URL。
- content
- Object
嵌入内容。
- name
- String
(OPTIONAL) 附件的名称。
- thumbnailUrl
- String
(与附件关联的可选) 缩略图。