Interface AdditionalDataToAgent

This is a set of additional data that may be included when the user sends a message to an agent.

interface AdditionalDataToAgent {
    filesToUpload?: FileUpload[];
}

Properties

Properties

filesToUpload?: FileUpload[]

A set of files that user has selected to upload to an agent. This value may be undefined if there are no files to upload.

MMNEPVFCICPMFPCPTTAAATR