ChannelServiceController.SendConversationHistoryAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SendConversationHistory.
[Microsoft.AspNetCore.Mvc.HttpPost("v3/conversations/{conversationId}/activities/history")]
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> SendConversationHistoryAsync (string conversationId, Microsoft.Bot.Schema.Transcript history);
[<Microsoft.AspNetCore.Mvc.HttpPost("v3/conversations/{conversationId}/activities/history")>]
abstract member SendConversationHistoryAsync : string * Microsoft.Bot.Schema.Transcript -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
override this.SendConversationHistoryAsync : string * Microsoft.Bot.Schema.Transcript -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
Public Overridable Function SendConversationHistoryAsync (conversationId As String, history As Transcript) As Task(Of IActionResult)
Parameters
- conversationId
- String
Conversation ID.
- history
- Transcript
Historic activities.
Returns
TODO Document.
- Attributes