MemoryTranscriptStore.DeleteTranscriptAsync(String, String) Method

Definition

Deletes conversation data from the store.

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

The ID of the channel the conversation is in.

conversationId
String

The ID of the conversation to delete.

Returns

A task that represents the work queued to execute.

Implements

Applies to