Search Results for

    Show / Hide Table of Contents

    Class ConversationDeleted

    Event raised when a conversation is deleted.

    Inheritance
    object
    ConversationEvent
    ConversationDeleted
    Implements
    IEvent
    Inherited Members
    ConversationEvent.Created(Conversation)
    ConversationEvent.Loaded(Conversation)
    ConversationEvent.Deleted(string, bool)
    ConversationEvent.TitleUpdated(string, string)
    ConversationEvent.SummaryUpdated(string, string)
    ConversationEvent.ItemsLoaded(string, ConversationItem[])
    ConversationEvent.ListLoaded(Conversation[])
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Agents.Conversations
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public class ConversationDeleted : ConversationEvent, IEvent

    Constructors

    | Edit this page View Source

    ConversationDeleted(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 Source

    ConversationId

    Gets the ID of the deleted conversation.

    Declaration
    public string ConversationId { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Success

    Gets a value indicating whether the deletion was successful.

    Declaration
    public bool Success { get; }
    Property Value
    Type Description
    bool

    Implements

    IEvent

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation