Partager via


ChannelServiceHandlerBase.HandleSendToConversationAsync Méthode

Définition

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

public System.Threading.Tasks.Task<Microsoft.Bot.Schema.ResourceResponse> HandleSendToConversationAsync (string authHeader, string conversationId, Microsoft.Bot.Schema.Activity activity, System.Threading.CancellationToken cancellationToken = default);
member this.HandleSendToConversationAsync : string * string * Microsoft.Bot.Schema.Activity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.ResourceResponse>
Public Function HandleSendToConversationAsync (authHeader As String, conversationId As String, activity As Activity, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ResourceResponse)

Paramètres

authHeader
String

En-tête d’authentification.

conversationId
String

ID de conversation.

activity
Activity

Activité à envoyer.

cancellationToken
CancellationToken

Jeton d'annulation qui peut être utilisé par d'autres objets ou threads pour être informés de l'annulation.

Retours

Task<TResult> représentant le résultat de l’opération asynchrone.

S’applique à