Class ConversationItemsLoaded
Event raised when conversation items are loaded.
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Agents.Conversations
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ConversationItemsLoaded : ConversationEvent, IEvent
Constructors
| Edit this page View SourceConversationItemsLoaded(string, ConversationItem[])
Initializes a new instance of the ConversationItemsLoaded event.
Declaration
public ConversationItemsLoaded(string conversationId, ConversationItem[] items)
Parameters
| Type | Name | Description |
|---|---|---|
| string | conversationId | The ID of the conversation. |
| ConversationItem[] | items | The conversation items that were loaded. |
Properties
| Edit this page View SourceConversationId
Gets the ID of the conversation whose items were loaded.
Declaration
public string ConversationId { get; }
Property Value
| Type | Description |
|---|---|
| string |
Items
Gets the loaded conversation items.
Declaration
public ConversationItem[] Items { get; }
Property Value
| Type | Description |
|---|---|
| ConversationItem[] |