public class FlexRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
FlexRequestDataType |
DataType
The data type for the reply
|
List<String> |
EnumerationValues
If DataType is
FlexRequestDataType.Enumeration, this is the list of possible replies. |
String |
Identifier
Unique field name to be returned alongside the reply in the response
|
String |
Prompt
The prompt to be sent to the LLM Parsing Engine
|
| Constructor and Description |
|---|
FlexRequest() |
public String Prompt
public String Identifier
public FlexRequestDataType DataType
public List<String> EnumerationValues
FlexRequestDataType.Enumeration, this is the list of possible replies. This is limited to a maximum of 50 values.Copyright © 2024. All rights reserved.