Group
Show / Hide Table of Contents

Class FlexResponseItem

Responses to FlexRequests

Inheritance
System.Object
FlexResponseItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Parsing
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class FlexResponseItem

Properties

| Improve this Doc View Source

Identifier

Unique field name assigned to the respective FlexRequest

Declaration
public string Identifier { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Reply

Reply to the FlexRequest Prompt

Declaration
public string Reply { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ReplyList

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

Declaration
public List<string> ReplyList { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾