FlowQueryOptions Properties
An object defining properties for the FlowQueryOptions class.
Id
Specifies the unique identifier for the query.
Type: long
ExecutionType
Specifies the type of execution for the query.
Type: GptQueryType
Accepted Values:
Name Value InfoExtractor 1 CustomPrompt 2 Decider 3
GeneralIsChanged
Specifies whether the query options have undergone general changes.
Type: bool
Structure
Defines the structure of the query result.
Type: GPTReturnStructure
IsChanged
Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
Type: bool
Name
Defines the name of the query.
Type: string
QueryResult
Holds the result of the query execution.
Type: object
Parameters
Contains the list of parameters for the query.
Type: List<GPTParameter>