Class TextDeltaEventBase
Inheritance
TextDeltaEventBase
Inherited Members
Namespace: Glitch9.AIDevKit.Responses
Assembly: Glitch9.AIDevKit.dll
Syntax
public abstract class TextDeltaEventBase : ContentPartEventBase, ISequencableEvent, ICompletableEvent, IEvent
Properties
| Edit this page View SourceDelta
The text delta.
Declaration
[JsonProperty("delta")]
public string Delta { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceIsDone()
Declaration
public bool IsDone()
Returns
| Type | Description |
|---|---|
| bool |