ChannelServiceController Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Klasa podstawowa kontrolera umiejętności.
public abstract class ChannelServiceController : Microsoft.AspNetCore.Mvc.ControllerBase
type ChannelServiceController = class
inherit ControllerBase
Public MustInherit Class ChannelServiceController
Inherits ControllerBase
- Dziedziczenie
-
ChannelServiceController
Konstruktory
| ChannelServiceController(ChannelServiceHandlerBase) |
Inicjuje nowe wystąpienie klasy ChannelServiceController. |
Metody
| 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. |