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