Table of Contents

Class FlexResponseItem

Namespace
Textkernel.Tx.Models.API.Parsing
Assembly
Textkernel.Tx.SDK.dll

Responses to FlexRequests

public class FlexResponseItem
Inheritance
FlexResponseItem
Inherited Members

Properties

Identifier

Unique field name assigned to the respective FlexRequest

public string Identifier { get; set; }

Property Value

string

Reply

Reply to the FlexRequest Prompt

public string Reply { get; set; }

Property Value

string

ReplyList

List of replies to the FlexRequest Prompt if the FlexRequest had a List DataType

public List<string> ReplyList { get; set; }

Property Value

List<string>