SkillConversationIdFactory.DeleteConversationReferenceAsync 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.
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.