Class TextContentPart
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class TextContentPart : ContentPart
Constructors
TextContentPart()
Declaration
public TextContentPart()
TextContentPart(string)
Declaration
public TextContentPart(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text |
Fields
Text
Declaration
public TextRef Text
Field Value
Type | Description |
---|---|
TextRef |
Methods
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()