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