Skip to main content

IFlowQueryOptions Properties

An object defining properties for the IFlowQueryOptions class.

Id

Specifies the unique identifier for the query.

Type: long


ExecutionType

Specifies the type of execution for the query.

Type: GptQueryType
Accepted Values:

NameValue
InfoExtractor1
CustomPrompt2
Decider3

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>