BlobsTranscriptStore.ListTranscriptsAsync(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List conversations in the channelId.
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))
Parameters
- channelId
- String
Channel Id.
- continuationToken
- String
Continuatuation token to page through results.
Returns
A Task A task that represents the work queued to execute.