ConversationsExtensions.SendConversationHistoryAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SendConversationHistoryAsync(IConversations, String, Transcript, CancellationToken) | |
SendConversationHistoryAsync(IConversations, String, Transcript, CancellationToken) |
SendConversationHistory. |
SendConversationHistoryAsync(IConversations, String, Transcript, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.Bot.Connector.ResourceResponse> SendConversationHistoryAsync (this Microsoft.Bot.Connector.IConversations operations, string conversationId, Microsoft.Bot.Connector.Transcript history, System.Threading.CancellationToken cancellationToken = default);
static member SendConversationHistoryAsync : Microsoft.Bot.Connector.IConversations * string * Microsoft.Bot.Connector.Transcript * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.ResourceResponse>
<Extension()>
Public Function SendConversationHistoryAsync (operations As IConversations, conversationId As String, history As Transcript, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ResourceResponse)
Parameter
- operations
- IConversations
- conversationId
- String
- history
- Transcript
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
SendConversationHistoryAsync(IConversations, String, Transcript, CancellationToken)
SendConversationHistory.
public static System.Threading.Tasks.Task<Microsoft.Bot.Schema.ResourceResponse> SendConversationHistoryAsync (this Microsoft.Bot.Connector.IConversations operations, string conversationId, Microsoft.Bot.Schema.Transcript transcript, System.Threading.CancellationToken cancellationToken = default);
static member SendConversationHistoryAsync : Microsoft.Bot.Connector.IConversations * string * Microsoft.Bot.Schema.Transcript * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.ResourceResponse>
<Extension()>
Public Function SendConversationHistoryAsync (operations As IConversations, conversationId As String, transcript As Transcript, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ResourceResponse)
Parameter
- operations
- IConversations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- conversationId
- String
Konversations-ID.
- transcript
- Transcript
Transkript der Aktivitäten.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Das ResourceResponse.
Hinweise
Mit dieser Methode können Sie die historischen Aktivitäten in die Unterhaltung hochladen.
Der Absender muss sicherstellen, dass die historischen Aktivitäten über eindeutige IDs und geeignete Zeitstempel verfügen. Die IDs werden vom Client verwendet, um doppelte Aktivitäten zu behandeln, und die Zeitstempel werden vom Client verwendet, um die Aktivitäten in der richtigen Reihenfolge zu rendern.