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