FunctionCallPart interface

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

ลายเซ็น:

export interface FunctionCallPart 

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

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

FunctionCallPart.functionCall

ลายเซ็น:

functionCall: FunctionCall;

FunctionCallPart.functionResponse

ลายเซ็น:

functionResponse?: never;

FunctionCallPart.inlineData

ลายเซ็น:

inlineData?: never;

FunctionCallPart.text

ลายเซ็น:

text?: never;