AzureBlobTranscriptStore.DeleteTranscriptAsync(String, String) Method

Definition

Delete a specific conversation and all of it's activities.

public System.Threading.Tasks.Task DeleteTranscriptAsync (string channelId, string conversationId);
abstract member DeleteTranscriptAsync : string * string -> System.Threading.Tasks.Task
override this.DeleteTranscriptAsync : string * string -> System.Threading.Tasks.Task
Public Function DeleteTranscriptAsync (channelId As String, conversationId As String) As Task

Parameters

channelId
String

Channel Id where conversation took place.

conversationId
String

Id of the conversation to delete.

Returns

A TaskA task that represents the work queued to execute.

Implements

Applies to