Class ConversationCreated
Event raised when a new conversation is created.
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Agents.Conversations
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ConversationCreated : ConversationEvent, IEvent
Constructors
| Edit this page View SourceConversationCreated(Conversation)
Initializes a new instance of the ConversationCreated event.
Declaration
public ConversationCreated(Conversation conversation)
Parameters
| Type | Name | Description |
|---|---|---|
| Conversation | conversation | The conversation that was created. |
Properties
| Edit this page View SourceConversation
Gets the newly created conversation.
Declaration
public Conversation Conversation { get; }
Property Value
| Type | Description |
|---|---|
| Conversation |