Information about a file sent from a user to the agent.
JSON representation |
---|
{ "mimeType": string, "fileSizeBytes": integer, "fileName": string, "fileUri": string } |
Fields | |
---|---|
mimeType |
MIME type of the file. |
fileSizeBytes |
Size of file (in bytes). |
fileName |
Name of the file. |
fileUri |
URI of the file. |