FileDataPart interface

อินเทอร์เฟซส่วนเนื้อหาหากส่วนดังกล่าวแสดงถึง FileData

ลายเซ็น:

export interface FileDataPart 

พร็อพเพอร์ตี้

พร็อพเพอร์ตี้ ประเภท คำอธิบาย
fileData ข้อมูลไฟล์
FunctionCall ไม่มี
functionResponse ไม่มี
ข้อมูลในบรรทัด ไม่มี
ข้อความ ไม่มี

FileDataPart.fileData

ลายเซ็น:

fileData: FileData;

FileDataPart.functionCall

ลายเซ็น:

functionCall?: never;

FileDataPart.functionResponse

ลายเซ็น:

functionResponse?: never;

FileDataPart.inlineData

ลายเซ็น:

inlineData?: never;

FileDataPart.text

ลายเซ็น:

text?: never;