ChannelServiceController Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A base class for a skill controller.
public abstract class ChannelServiceController : Microsoft.AspNetCore.Mvc.ControllerBase
type ChannelServiceController = class
inherit ControllerBase
Public MustInherit Class ChannelServiceController
Inherits ControllerBase
- Inheritance
-
ChannelServiceController
Constructors
ChannelServiceController(ChannelServiceHandlerBase) |
Initializes a new instance of the ChannelServiceController class. |
Methods
CreateConversationAsync(ConversationParameters) |
CreateConversation. |
DeleteActivityAsync(String, String) |
DeleteActivity. |
DeleteConversationMemberAsync(String, String) |
DeleteConversationMember. |
GetActivityMembersAsync(String, String) |
GetActivityMembers. |
GetConversationMemberAsync(String, String) |
GetConversationMember. |
GetConversationMembersAsync(String) |
GetConversationMembers. |
GetConversationPagedMembersAsync(String, Int32, String) |
GetConversationPagedMembers. |
GetConversationsAsync(String) |
GetConversations. |
ReplyToActivityAsync(String, String, Activity) |
ReplyToActivity. |
SendConversationHistoryAsync(String, Transcript) |
SendConversationHistory. |
SendToConversationAsync(String, Activity) |
SendToConversation. |
UpdateActivityAsync(String, String, Activity) |
UpdateActivity. |
UploadAttachmentAsync(String, AttachmentData) |
UploadAttachment. |