ChannelServiceHandlerBase.HandleGetConversationsAsync 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.
Lists the Conversations in which the bot has participated.
public System.Threading.Tasks.Task<Microsoft.Bot.Schema.ConversationsResult> HandleGetConversationsAsync (string authHeader, string conversationId, string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
member this.HandleGetConversationsAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.ConversationsResult>
Public Function HandleGetConversationsAsync (authHeader As String, conversationId As String, Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ConversationsResult)
Parameters
- authHeader
- String
The authentication header.
- conversationId
- String
The conversation Id.
- continuationToken
- String
A skip or continuation token.
- cancellationToken
- CancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
Returns
A Task<TResult> representing the result of the asynchronous operation.