Class TextBlockDelta
Inheritance
TextBlockDelta
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TextBlockDelta : ContentBlockDelta
Constructors
|
Edit this page
View Source
TextBlockDelta()
Declaration
|
Edit this page
View Source
TextBlockDelta(string)
Declaration
public TextBlockDelta(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Properties
|
Edit this page
View Source
Text
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Extension Methods