ChannelServiceController.SendConversationHistoryAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- conversationId
- String
对话 ID。
- history
- Transcript
历史活动。
返回
TODO 文档。
- 属性