次の方法で共有


ConversationsExtensions.UploadAttachment メソッド

定義

public static Microsoft.Bot.Connector.ResourceResponse UploadAttachment (this Microsoft.Bot.Connector.IConversations operations, string conversationId, Microsoft.Bot.Connector.AttachmentData attachmentUpload);
static member UploadAttachment : Microsoft.Bot.Connector.IConversations * string * Microsoft.Bot.Connector.AttachmentData -> Microsoft.Bot.Connector.ResourceResponse
<Extension()>
Public Function UploadAttachment (operations As IConversations, conversationId As String, attachmentUpload As AttachmentData) As ResourceResponse

パラメーター

operations
IConversations
conversationId
String
attachmentUpload
AttachmentData

戻り値

適用対象