Table of Contents

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

Text string

The text of the section.

Type string

The type of the section.

Properties

Text

The text of the section.

[JsonPropertyOrder(1)]
public string Text { get; init; }

Property Value

string

Type

The type of the section.

[JsonPropertyOrder(0)]
public string Type { get; init; }

Property Value

string