MemoryTranscriptStore.ListTranscriptsAsync(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從存放區取得通道的交談頁面。
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
來自上一頁結果的接續權杖。
傳回
工作,表示要執行的工作已排入佇列。
實作
備註
如果工作成功,結果會包含交談的頁面。