Search Results for

    Show / Hide Table of Contents

    Class ConversationSummaryUpdated

    Event raised when a conversation's summary is updated.

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

    Constructors

    | Edit this page View Source

    ConversationSummaryUpdated(string, string)

    Initializes a new instance of the ConversationSummaryUpdated event.

    Declaration
    public ConversationSummaryUpdated(string conversationId, string newSummary)
    Parameters
    Type Name Description
    string conversationId

    The ID of the conversation.

    string newSummary

    The new summary of the conversation.

    Properties

    | Edit this page View Source

    ConversationId

    Gets the ID of the conversation whose summary was updated.

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

    NewSummary

    Gets the new summary of the conversation.

    Declaration
    public string NewSummary { get; }
    Property Value
    Type Description
    string

    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