FileInfo

Information about a file sent from a user to the agent.

JSON representation
{
  "mimeType": string,
  "fileSizeBytes": integer,
  "fileName": string,
  "fileUri": string
}
Fields
mimeType

string

MIME type of the file.

fileSizeBytes

integer

Size of file (in bytes).

fileName

string

Name of the file.

fileUri

string

URI of the file.