Class PromptBase
Implements
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public abstract class PromptBase : IPrompt
Methods
GetText()
Declaration
public abstract string GetText()
Returns
Type | Description |
---|---|
string |
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |
Overrides
object.ToString()