Class ConversationTitleUpdated
Event raised when a conversation's title is updated.
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Agents.Conversations
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ConversationTitleUpdated : ConversationEvent, IEvent
Constructors
| Edit this page View SourceConversationTitleUpdated(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 SourceConversationId
Gets the ID of the conversation whose title was updated.
Declaration
public string ConversationId { get; }
Property Value
| Type | Description |
|---|---|
| string |
NewTitle
Gets the new title of the conversation.
Declaration
public string NewTitle { get; }
Property Value
| Type | Description |
|---|---|
| string |