Preparing search index...
The search index is not available
@google/genai
@google/genai
gaos/funcs/webhooks-ping
webhooksPing
Function webhooksPing
webhooksPing
(
client
:
GoogleGenAICore
,
id
:
string
,
api_version
?:
string
,
body
?:
PingWebhookRequest
,
options
?:
RequestOptions
,
)
:
APIPromise
<
Result
<
WebhookPingResponse
,
|
UnexpectedClientError
|
InvalidRequestError
|
RequestAbortedError
|
RequestTimeoutError
|
ConnectionError
|
GoogleGenAiError
,
>
,
>
Sends a ping event to a Webhook.
Parameters
client
:
GoogleGenAICore
id
:
string
Optional
api_version
:
string
Optional
body
:
PingWebhookRequest
Optional
options
:
RequestOptions
Returns
APIPromise
<
Result
<
WebhookPingResponse
,
|
UnexpectedClientError
|
InvalidRequestError
|
RequestAbortedError
|
RequestTimeoutError
|
ConnectionError
|
GoogleGenAiError
,
>
,
>
Settings
Theme
OS
Light
Dark
@google/genai
Loading...
Sends a ping event to a Webhook.