Udostępnij za pośrednictwem


ChannelServiceHandlerBase.HandleSendConversationHistoryAsync Metoda

Definicja

Przekazuje historyczne działania konwersacji.

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

Parametry

authHeader
String

Nagłówek uwierzytelniania.

conversationId
String

Identyfikator konwersacji.

transcript
Transcript

Transkrypcja działań.

cancellationToken
CancellationToken

Token odwołania, używany przez inne obiekty lub wątki do otrzymania powiadomienia o anulowaniu.

Zwraca

Wynik Task<TResult> operacji asynchronicznej.

Dotyczy