Skip to main content

IFlowQueryOptions Properties

An object defining properties for the IFlowQueryOptions class.

GeneralIsChanged

Specifies whether the query options have undergone general changes.

Type: bool


ExecutionType

Specifies the type of execution for the query.

Type: GptQueryType
Accepted Values:

NameValue
InfoExtractor1
CustomPrompt2
Decider3

Id

Specifies the unique identifier for the query.

Type: long


Name

Defines the name of the query.

Type: string


Structure

Defines the structure of the query result.

Type: GPTReturnStructure


QueryResult

Holds the result of the query execution.

Type: object


Parameters

Contains the list of parameters for the query.

Type: List<GPTParameter>


IsChanged

Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.

Type: bool