Skip to main content

@wildix/wim-voicebots-client > VoiceBotFunctionIntegrationWebhook

VoiceBotFunctionIntegrationWebhook interface

Signature:

export interface VoiceBotFunctionIntegrationWebhook 

Properties

Property

Modifiers

Type

Description

async?

boolean | undefined

(Optional)

authorization?

VoiceBotFunctionIntegrationWebhookAuthorization | undefined

(Optional)

headers?

(VoiceBotFunctionIntegrationWebhookHeader)[] | undefined

(Optional)

method?

VoiceBotFunctionIntegrationMethod | undefined

(Optional)

parameters?

__DocumentType | undefined

(Optional)

startMessage?

string | undefined

(Optional) Message spoken when the function call starts.

timeout?

number | undefined

(Optional) Timeout in milliseconds for the webhook request.

url

string