MemoryTranscriptStore.ListTranscriptsAsync(String, String) 方法

定义

从存储中获取频道的对话页。

public System.Threading.Tasks.Task<Microsoft.Bot.Builder.PagedResult<Microsoft.Bot.Builder.TranscriptInfo>> ListTranscriptsAsync (string channelId, string continuationToken = default);
abstract member ListTranscriptsAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.PagedResult<Microsoft.Bot.Builder.TranscriptInfo>>
override this.ListTranscriptsAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.PagedResult<Microsoft.Bot.Builder.TranscriptInfo>>
Public Function ListTranscriptsAsync (channelId As String, Optional continuationToken As String = Nothing) As Task(Of PagedResult(Of TranscriptInfo))

参数

channelId
String

通道的 ID。

continuationToken
String

结果上一页的延续标记。

返回

一个任务,表示排队要执行的工作。

实现

注解

如果任务成功,则结果包含一页对话。

适用于