Skip to main content

@wildix/wim-voicebots-client > VoiceBotCapabilityTool

VoiceBotCapabilityTool interface

Signature:

export interface VoiceBotCapabilityTool 

Properties

Property

Modifiers

Type

Description

id

string

Unique identifier of the tool using nanoid format

pipeline?

VoiceBotCapabilityToolPipeline | undefined

(Optional) Pipeline configuration for tool execution, similar to third-party function pipelines.

startMessage?

string | undefined

(Optional) Message spoken when the tool call starts.

variables?

(VoiceBotToolVariable)[] | undefined

(Optional)