Class TextContent
public class TextContent : ContentBase
- Inheritance
-
TextContent
- Inherited Members
Properties
Text
[JsonPropertyName("text")]
public string? Text { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public override string Type { get; }
Property Value
Methods
CreateTextWithCacheControl(string)
public static TextContent CreateTextWithCacheControl(string text)
Parameters
text
string