Represents a Modal FunctionCall. FunctionCalls are Function invocations with a given input. They can be consumed asynchronously (see FunctionCall.get()) or cancelled (see FunctionCall.cancel()).
Internal
Readonly
オプションパラメータ
実行中のFunctionCallをキャンセルする
Function実行結果
FunctionCallの結果を取得する(タイムアウト付き待機可)
Static
Use client.functionCalls.fromId() instead.
Represents a Modal FunctionCall. FunctionCalls are Function invocations with a given input. They can be consumed asynchronously (see FunctionCall.get()) or cancelled (see FunctionCall.cancel()).