共用方式為


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

通道的識別碼。

continuationToken
String

來自上一頁結果的接續權杖。

傳回

工作,表示要執行的工作已排入佇列。

實作

備註

如果工作成功,結果會包含交談的頁面。

適用於