Interface IPromptQueryExportInfo
- All Superinterfaces:
Serializable
Model representing metadata about an exported prompt query.
- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault PromptObjectIdentifierGets the ID of the prompt connection used to execute the prompt query.Gets the name of the prompt connection used to execute the prompt query.Gets the scope of the prompt connection used to execute the prompt query.Gets the type of the prompt connection used to execute the prompt query.Gets the UUID of the prompt connection used to execute the prompt query.Gets the internal description of the prompt query.default intGets the number of files attached to the prompt query.getFiles()Gets the list of files attached to the prompt query (usually files sent when executing the query).default PromptObjectIdentifiergetId()Gets the ID of the prompt query.getName()Gets the name of the prompt query.getScope()Gets the scope to which the prompt query is assigned.getUuid()Gets the UUID of the prompt query.
-
Method Details
-
getConnectionId
Gets the ID of the prompt connection used to execute the prompt query.- Returns:
- The prompt connection's ID.
-
getConnectionName
String getConnectionName()Gets the name of the prompt connection used to execute the prompt query.- Returns:
- The prompt connection's name.
-
getConnectionScope
PromptScope getConnectionScope()Gets the scope of the prompt connection used to execute the prompt query.- Returns:
- The prompt connection's scope.
-
getConnectionType
String getConnectionType()Gets the type of the prompt connection used to execute the prompt query.- Returns:
- The prompt connection's type.
-
getConnectionUuid
UUID getConnectionUuid()Gets the UUID of the prompt connection used to execute the prompt query.- Returns:
- The prompt connection's UUID.
-
getDescription
String getDescription()Gets the internal description of the prompt query.- Returns:
- The prompt query's description.
-
getFileCount
default int getFileCount()Gets the number of files attached to the prompt query.- Returns:
- The number of attached files.
-
getFiles
List<IPromptQueryExportInfoFile> getFiles()Gets the list of files attached to the prompt query (usually files sent when executing the query).- Returns:
- The list of attached files, or null/empty if no files are attached.
-
getId
Gets the ID of the prompt query.- Returns:
- The prompt query's ID.
-
getName
-
getScope
PromptScope getScope()Gets the scope to which the prompt query is assigned.- Returns:
- The prompt query's scope.
-
getUuid
-