FileTranscriptLogger.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

如果有续写令牌(如果有的话)。

返回

表示要执行的工作的任务。

实现

注解

列出给定ChannelID的所有文字记录。

适用于