SkillConversationIdFactory.DeleteConversationReferenceAsync Method

Definition

Deletes the SkillConversationReference with the specified ID.

public override System.Threading.Tasks.Task DeleteConversationReferenceAsync (string skillConversationId, System.Threading.CancellationToken cancellationToken);
override this.DeleteConversationReferenceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overrides Function DeleteConversationReferenceAsync (skillConversationId As String, cancellationToken As CancellationToken) As Task

Parameters

skillConversationId
String

The ID of the SkillConversationReference to be deleted.

cancellationToken
CancellationToken

Cancellation token.

Returns

Task to complete the deletion operation asynchronously.

Applies to