Class TextSection
- Namespace
- Vonage.Messages.WhatsApp.ProductMessages
- Assembly
- Vonage.dll
Represents a text section.
public record TextSection : IEquatable<TextSection>
- Inheritance
-
TextSection
- Implements
- Inherited Members
Constructors
TextSection(string, string)
Represents a text section.
public TextSection(string Text, string Type = null)
Parameters
Properties
Text
The text of the section.
[JsonPropertyOrder(1)]
public string Text { get; init; }
Property Value
Type
The type of the section.
[JsonPropertyOrder(0)]
public string Type { get; init; }