FunctionCallPart interface

واجهة جزء المحتوى إذا كان الجزء يمثل FunctionCall.

Signature:

export interface FunctionCallPart 

أماكن إقامة

الموقع Type الوصف
functionCall FunctionCall
وظيفةResponse مطلقًا
البيانات المضمّنة مطلقًا
نص مطلقًا

دالة FunctionCallPartial.functionCall

Signature:

functionCall: FunctionCall;

FunctionCallOrder.functionResponse

Signature:

functionResponse?: never;

FunctionCallOrder.inlineData

Signature:

inlineData?: never;

دالة FunctionCallPart.text

Signature:

text?: never;