AzureBlobTranscriptStore.DeleteTranscriptAsync(String, String) メソッド

定義

特定の会話とそのすべてのアクティビティを削除します。

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

パラメーター

channelId
String

会話が行われたチャンネルID。

conversationId
String

削除すべき会話のID。

返品

Task実行待ちの作業を表すタスク。

実装

適用対象