Share via


SessionUpdateConversationItemDeleted Class

Definition

Returned when an item in the conversation is deleted by the client with a conversation.item.delete event. This event is used to synchronize the server's understanding of the conversation history with the client's view.

public class SessionUpdateConversationItemDeleted : Azure.AI.VoiceLive.SessionUpdate, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.SessionUpdateConversationItemDeleted>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.SessionUpdateConversationItemDeleted>
type SessionUpdateConversationItemDeleted = class
    inherit SessionUpdate
    interface IJsonModel<SessionUpdateConversationItemDeleted>
    interface IPersistableModel<SessionUpdateConversationItemDeleted>
Public Class SessionUpdateConversationItemDeleted
Inherits SessionUpdate
Implements IJsonModel(Of SessionUpdateConversationItemDeleted), IPersistableModel(Of SessionUpdateConversationItemDeleted)
Inheritance
SessionUpdateConversationItemDeleted
Implements

Applies to