Search Results for

    Show / Hide Table of Contents

    Class ConversationTitleUpdated

    Event raised when a conversation's title is updated.

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

    Constructors

    | Edit this page View Source

    ConversationTitleUpdated(string, string)

    Initializes a new instance of the ConversationTitleUpdated event.

    Declaration
    public ConversationTitleUpdated(string conversationId, string newTitle)
    Parameters
    Type Name Description
    string conversationId

    The ID of the conversation.

    string newTitle

    The new title of the conversation.

    Properties

    | Edit this page View Source

    ConversationId

    Gets the ID of the conversation whose title was updated.

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

    NewTitle

    Gets the new title of the conversation.

    Declaration
    public string NewTitle { 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