ConversationsExtensions.SendConversationHistory 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.
public static Microsoft.Bot.Connector.ResourceResponse SendConversationHistory (this Microsoft.Bot.Connector.IConversations operations, string conversationId, Microsoft.Bot.Connector.Transcript history);
static member SendConversationHistory : Microsoft.Bot.Connector.IConversations * string * Microsoft.Bot.Connector.Transcript -> Microsoft.Bot.Connector.ResourceResponse
<Extension()>
Public Function SendConversationHistory (operations As IConversations, conversationId As String, history As Transcript) As ResourceResponse
Parameter
- operations
- IConversations
- conversationId
- String
- history
- Transcript