Class OutputItemStateChangedEvent
Inherited Members
Namespace: Glitch9.AIDevKit.Responses
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class OutputItemStateChangedEvent : OutputItemEventBase, ISequencableEvent, ICompletableEvent, IEvent
Properties
| Edit this page View SourceItem
The response item object.
Declaration
[JsonProperty("item")]
public ConversationItem Item { get; set; }
Property Value
| Type | Description |
|---|---|
| ConversationItem |
Methods
| Edit this page View SourceIsDone()
Declaration
public bool IsDone()
Returns
| Type | Description |
|---|---|
| bool |