MemoryTranscriptStore.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.
Gets a page of conversations for a channel from the store.
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
The ID of the channel.
- continuationToken
- String
The continuation token from the previous page of results.
Returns
A task that represents the work queued to execute.
Implements
Remarks
If the task is successful, the result contains a page of conversations.