Search Results for

    Show / Hide Table of Contents

    Class ConversationItemsLoaded

    Event raised when conversation items are loaded.

    Inheritance
    object
    ConversationEvent
    ConversationItemsLoaded
    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 ConversationItemsLoaded : ConversationEvent, IEvent

    Constructors

    | Edit this page View Source

    ConversationItemsLoaded(string, ConversationItem[])

    Initializes a new instance of the ConversationItemsLoaded event.

    Declaration
    public ConversationItemsLoaded(string conversationId, ConversationItem[] items)
    Parameters
    Type Name Description
    string conversationId

    The ID of the conversation.

    ConversationItem[] items

    The conversation items that were loaded.

    Properties

    | Edit this page View Source

    ConversationId

    Gets the ID of the conversation whose items were loaded.

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

    Items

    Gets the loaded conversation items.

    Declaration
    public ConversationItem[] Items { get; }
    Property Value
    Type Description
    ConversationItem[]

    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