Interface IPromptConnectionExportAnalysisResult
public interface IPromptConnectionExportAnalysisResult
Result of analyzing a prompt connection export.
- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the Metadata about the exported prompt connection.Gets the metadata of the prompt export.
-
Method Details
-
getConnection
IPromptConnectionExportInfo getConnection()Gets the Metadata about the exported prompt connection.- Returns:
- Metadata about the exported prompt connection.
-
getMetadata
IPromptExportMetadataInfo getMetadata()Gets the metadata of the prompt export.- Returns:
- Metadata of the prompt export.
-