Class ConversationDeleted
Event raised when a conversation is deleted.
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Agents.Conversations
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ConversationDeleted : ConversationEvent, IEvent
Constructors
| Edit this page View SourceConversationDeleted(string, bool)
Initializes a new instance of the ConversationDeleted event.
Declaration
public ConversationDeleted(string conversationId, bool success)
Parameters
| Type | Name | Description |
|---|---|---|
| string | conversationId | The ID of the conversation that was deleted. |
| bool | success | Whether the deletion was successful. |
Properties
| Edit this page View SourceConversationId
Gets the ID of the deleted conversation.
Declaration
public string ConversationId { get; }
Property Value
| Type | Description |
|---|---|
| string |
Success
Gets a value indicating whether the deletion was successful.
Declaration
public bool Success { get; }
Property Value
| Type | Description |
|---|---|
| bool |