SessionUpdateConversationItemDeleted Class
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.
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
- Implements
Properties
EventId |
Gets the EventId. |
ItemId |
The ID of the item that was deleted. |