Table of Contents

Class CannedResponseContent

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

Text message content including a list of predetermined responses. Derived from TextContent.

[ReportClass]
public class CannedResponseContent : TextContent
Inheritance
CannedResponseContent
Inherited Members

Constructors

CannedResponseContent()

Initializes a new instance of the CannedResponseContent class. Text message content including a list of predetermined responses. Derived from TextContent.

public CannedResponseContent()

Properties

CannedResponseOptions

Gets or sets the list of predetermined responses to a text message. See CannedResponseOption.

public List<CannedResponseOption>? CannedResponseOptions { get; set; }

Property Value

List<CannedResponseOption>

List<T>

CannedResponseOptionsSerialized

Gets or sets get the predetermined responses options that are serialized.

public List<CannedResponseOption>? CannedResponseOptionsSerialized { get; set; }

Property Value

List<CannedResponseOption>

The serialized reply options.

CannedResponseOptionsString

Gets all canned response options in a flat string separated by ',', used for Excel exporting.

[ExcelColumnHeader(new ReportHeading[] { ReportHeading.CannedResponseOptionsString })]
public string? CannedResponseOptionsString { get; }

Property Value

string

string