Partager via


CloudChannelServiceHandler Classe

Définition

Classe pour faciliter l’implémentation du protocole Bot Framework à l’aide de BotFrameworkAuthentication.

public class CloudChannelServiceHandler : Microsoft.Bot.Builder.ChannelServiceHandlerBase
type CloudChannelServiceHandler = class
    inherit ChannelServiceHandlerBase
Public Class CloudChannelServiceHandler
Inherits ChannelServiceHandlerBase
Héritage
CloudChannelServiceHandler
Dérivé

Constructeurs

CloudChannelServiceHandler(BotFrameworkAuthentication)

Initialise une nouvelle instance de la classe à l’aide CloudChannelServiceHandler de l’authentification Bot Framework.

Méthodes

HandleCreateConversationAsync(String, ConversationParameters, CancellationToken)

Créez une conversation.

(Hérité de ChannelServiceHandlerBase)
HandleDeleteActivityAsync(String, String, String, CancellationToken)

Supprime une activité existante.

(Hérité de ChannelServiceHandlerBase)
HandleDeleteConversationMemberAsync(String, String, String, CancellationToken)

Supprime un membre d’une conversation.

(Hérité de ChannelServiceHandlerBase)
HandleGetActivityMembersAsync(String, String, String, CancellationToken)

Énumère les membres d’une activité.

(Hérité de ChannelServiceHandlerBase)
HandleGetConversationMemberAsync(String, String, String, CancellationToken)

Obtient le compte d’un seul membre de conversation.

(Hérité de ChannelServiceHandlerBase)
HandleGetConversationMembersAsync(String, String, CancellationToken)

Énumère les membres d’une conversation.

(Hérité de ChannelServiceHandlerBase)
HandleGetConversationPagedMembersAsync(String, String, Nullable<Int32>, String, CancellationToken)

Énumère les membres d’une conversation page par page.

(Hérité de ChannelServiceHandlerBase)
HandleGetConversationsAsync(String, String, String, CancellationToken)

Répertorie les conversations auxquelles le bot a participé.

(Hérité de ChannelServiceHandlerBase)
HandleReplyToActivityAsync(String, String, String, Activity, CancellationToken)

Envoie une réponse à une activité.

(Hérité de ChannelServiceHandlerBase)
HandleSendConversationHistoryAsync(String, String, Transcript, CancellationToken)

Charge les activités historiques de la conversation.

(Hérité de ChannelServiceHandlerBase)
HandleSendToConversationAsync(String, String, Activity, CancellationToken)

Envoie une activité à la fin d’une conversation.

(Hérité de ChannelServiceHandlerBase)
HandleUpdateActivityAsync(String, String, String, Activity, CancellationToken)

Modifie une activité existante précédemment envoyée.

(Hérité de ChannelServiceHandlerBase)
HandleUploadAttachmentAsync(String, String, AttachmentData, CancellationToken)

Stocke les données dans un magasin conforme quand vous traitez avec des entreprises.

(Hérité de ChannelServiceHandlerBase)
OnCreateConversationAsync(ClaimsIdentity, ConversationParameters, CancellationToken)

API CreateConversation().

(Hérité de ChannelServiceHandlerBase)
OnDeleteActivityAsync(ClaimsIdentity, String, String, CancellationToken)

API OnDeleteActivityAsync().

(Hérité de ChannelServiceHandlerBase)
OnDeleteConversationMemberAsync(ClaimsIdentity, String, String, CancellationToken)

API DeleteConversationMember() pour Skill.

(Hérité de ChannelServiceHandlerBase)
OnGetActivityMembersAsync(ClaimsIdentity, String, String, CancellationToken)

API OnGetActivityMembersAsync().

(Hérité de ChannelServiceHandlerBase)
OnGetConversationMemberAsync(ClaimsIdentity, String, String, CancellationToken)

API GetConversationMember() pour Skill.

(Hérité de ChannelServiceHandlerBase)
OnGetConversationMembersAsync(ClaimsIdentity, String, CancellationToken)

API GetConversationMembers() pour Skill.

(Hérité de ChannelServiceHandlerBase)
OnGetConversationPagedMembersAsync(ClaimsIdentity, String, Nullable<Int32>, String, CancellationToken)

API GetConversationPagedMembers() pour Skill.

(Hérité de ChannelServiceHandlerBase)
OnGetConversationsAsync(ClaimsIdentity, String, String, CancellationToken)

API OnGetConversationsAsync() pour Skill.

(Hérité de ChannelServiceHandlerBase)
OnReplyToActivityAsync(ClaimsIdentity, String, String, Activity, CancellationToken)

API OnReplyToActivityAsync().

(Hérité de ChannelServiceHandlerBase)
OnSendConversationHistoryAsync(ClaimsIdentity, String, Transcript, CancellationToken)

API SendConversationHistory() pour Skill.

(Hérité de ChannelServiceHandlerBase)
OnSendToConversationAsync(ClaimsIdentity, String, Activity, CancellationToken)

API SendToConversation() pour Skill.

(Hérité de ChannelServiceHandlerBase)
OnUpdateActivityAsync(ClaimsIdentity, String, String, Activity, CancellationToken)

API OnUpdateActivityAsync().

(Hérité de ChannelServiceHandlerBase)
OnUploadAttachmentAsync(ClaimsIdentity, String, AttachmentData, CancellationToken)

API UploadAttachment().

(Hérité de ChannelServiceHandlerBase)

S’applique à