Interface IPromptQueryExportInfoFile


public interface IPromptQueryExportInfoFile
Represents a file attached to a prompt query. These files are used to configure the prompt query, and are usually sent when executing the prompt query.
Since:
8.5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the file.
    long
    The size of the file in bytes.
    The MIME (content) type of the file.
  • Method Details

    • getFileName

      String getFileName()
      The name of the file.
    • getFileSize

      long getFileSize()
      The size of the file in bytes.
    • getMimeType

      String getMimeType()
      The MIME (content) type of the file.